错误提示优化

This commit is contained in:
技术老胡
2024-10-18 16:28:43 +08:00
parent 88e655a264
commit afb78747f0
2 changed files with 2 additions and 2 deletions

View File

@@ -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']];