mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-19 10:16:38 +08:00
错误提示优化
This commit is contained in:
parent
88e655a264
commit
afb78747f0
@ -273,7 +273,7 @@ class PayController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!$orders) {
|
if (!$orders) {
|
||||||
return \json(['code' => 0, 'msg' => '非本账号订单']);
|
return \json(['code' => 0, 'msg' => '非本账号订单或监听模式不对']);
|
||||||
}
|
}
|
||||||
// 登陆账号
|
// 登陆账号
|
||||||
$config = ['username' => $pay_config['account'], 'password' => $pay_config['password']];
|
$config = ['username' => $pay_config['account'], 'password' => $pay_config['password']];
|
||||||
|
@ -19,7 +19,7 @@ return [
|
|||||||
// 账号
|
// 账号
|
||||||
'account' => '188******23',
|
'account' => '188******23',
|
||||||
// 密码
|
// 密码
|
||||||
'password' => '76********SQB',
|
'password' => '7*******B',
|
||||||
// 订单查询参数配置
|
// 订单查询参数配置
|
||||||
'query' => array (
|
'query' => array (
|
||||||
'date_end' => NULL,
|
'date_end' => NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user