no message
This commit is contained in:
parent
9ee626c0e6
commit
cd97d727d3
@ -139,7 +139,8 @@ final class Epay extends Base
|
|||||||
$aMsg = [
|
$aMsg = [
|
||||||
'标题' => '有用户微信支付失败',
|
'标题' => '有用户微信支付失败',
|
||||||
'报错' => $e->getMessage(),
|
'报错' => $e->getMessage(),
|
||||||
'返回值' => json_encode($res)
|
'发送值' => $data,
|
||||||
|
'返回值' => $resData
|
||||||
];
|
];
|
||||||
|
|
||||||
$sMsg = json_encode($aMsg, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
|
$sMsg = json_encode($aMsg, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user