diff --git a/config/payconfig/1006_6.php b/config/payconfig/1006_6.php new file mode 100644 index 0000000..5ea0590 --- /dev/null +++ b/config/payconfig/1006_6.php @@ -0,0 +1,35 @@ + [ + 'pid' => 1006, + 'key' => '' + ], + // 收款平台账号配置 + 'pay' => [ + // 账号id + 'aid' => 6, + // 收款平台 + 'platform' => 'storepay', + // 插件类名 + 'payclass' => 'ZhiHuiJingYing', + // 账号 + 'account' => '18239931385', + // 密码 + 'password' => '12345678', + // 订单查询参数配置 + 'query' => array ( + 'pageNo' => 1, + 'pageSize' => 10, + 'payClient' => 4, + 'status' => 2, + '_t' => NULL, + 'createTime_begin' => NULL, + 'createTime_end' => NULL, +), + ] +]; diff --git a/view/console/console.html b/view/console/console.html index 7854a99..f10a90b 100644 --- a/view/console/console.html +++ b/view/console/console.html @@ -318,18 +318,17 @@ 链接