6
0
Fork 0
release
李静 2021-12-17 21:23:04 +08:00
parent 699be72a75
commit f0dd85ec67
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class WeChatPayException extends Exception
public function context() public function context()
{ {
return [ return [
'wechat_raw' => $this->raw, 'wechat_pay_raw' => $this->raw,
]; ];
} }
} }