mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-10-19 08:53:44 +08:00
错误提示优化
This commit is contained in:
@@ -273,7 +273,7 @@ class PayController
|
||||
}
|
||||
}
|
||||
if (!$orders) {
|
||||
return \json(['code' => 0, 'msg' => '非本账号订单']);
|
||||
return \json(['code' => 0, 'msg' => '非本账号订单或监听模式不对']);
|
||||
}
|
||||
// 登陆账号
|
||||
$config = ['username' => $pay_config['account'], 'password' => $pay_config['password']];
|
||||
|
Reference in New Issue
Block a user