更新一些便捷操作

This commit is contained in:
技术老胡
2024-11-07 11:59:28 +08:00
parent 6260ad68fd
commit cd38b4cc04
6 changed files with 57 additions and 207 deletions

View File

@@ -1,35 +0,0 @@
<?php
// +----------------------------------------------------------------------
// | 支付监听配置,一个文件,一个账号
// +----------------------------------------------------------------------
return [
// 用户账号配置
'user' => [
'pid' => 1001,
'key' => '953c4d682d9ab148277b76a06e215ce7'
],
// 收款平台账号配置
'pay' => [
// 账号id
'aid' => 45,
// 收款平台
'platform' => 'storepay',
// 插件类名
'payclass' => 'ZhiHuiJingYing',
// 账号
'account' => '16546465',
// 密码
'password' => '5464564654',
// 订单查询参数配置
'query' => array (
'pageNo' => 1,
'pageSize' => 10,
'payClient' => 4,
'status' => 2,
'_t' => NULL,
'createTime_begin' => NULL,
'createTime_end' => NULL,
),
]
];

View File

@@ -1,35 +0,0 @@
<?php
// +----------------------------------------------------------------------
// | 支付监听配置,一个文件,一个账号
// +----------------------------------------------------------------------
return [
// 用户账号配置
'user' => [
'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,
),
]
];