清除插件模型

This commit is contained in:
技术老胡 2024-10-19 18:33:32 +08:00
parent d84aa8c11e
commit b4c2229cc1
2 changed files with 2 additions and 4 deletions

View File

@ -7,9 +7,7 @@ namespace app\controller\api;
use app\BaseController; use app\BaseController;
use app\model\PayAccount; use app\model\PayAccount;
use app\model\PayChannel; use app\model\PayChannel;
use app\model\Platform;
use app\model\User; use app\model\User;
use think\facade\View;
class PayManageController extends BaseController class PayManageController extends BaseController
{ {

View File

@ -45,7 +45,7 @@ return array (
'price' => '99.00', 'price' => '99.00',
'describe' => '码钱商管平台', 'describe' => '码钱商管平台',
'website' => 'https://m.hkrt.cn/', 'website' => 'https://m.hkrt.cn/',
'state' => 0, 'state' => 1,
'query' => 'a:12:{s:12:"terminalType";s:0:"";s:7:"payType";s:0:"";s:7:"payMode";s:0:"";s:11:"tradeStatus";s:1:"1";s:7:"tradeNo";s:0:"";s:7:"storeId";s:0:"";s:4:"page";i:1;s:4:"rows";i:10;s:7:"endDate";N;s:7:"endTime";N;s:9:"startDate";N;s:9:"startTime";N;}', 'query' => 'a:12:{s:12:"terminalType";s:0:"";s:7:"payType";s:0:"";s:7:"payMode";s:0:"";s:11:"tradeStatus";s:1:"1";s:7:"tradeNo";s:0:"";s:7:"storeId";s:0:"";s:4:"page";i:1;s:4:"rows";i:10;s:7:"endDate";N;s:7:"endTime";N;s:9:"startDate";N;s:9:"startTime";N;}',
), ),
4 => 4 =>
@ -56,7 +56,7 @@ return array (
'price' => '99.00', 'price' => '99.00',
'describe' => '数字支付,更安全,更高效', 'describe' => '数字支付,更安全,更高效',
'website' => 'https://customer.lakala.com/', 'website' => 'https://customer.lakala.com/',
'state' => 0, 'state' => 1,
'query' => '', 'query' => '',
), ),
5 => 5 =>