|
|
@@ -95,7 +95,7 @@ class PayController extends BaseApiController
|
|
|
*/
|
|
|
public function notifyMnp()
|
|
|
{
|
|
|
- Log::write(json_encode($_GET, JSON_UNESCAPED_UNICODE));
|
|
|
+ Log::write(json_encode($this->request->param(), JSON_UNESCAPED_UNICODE));
|
|
|
|
|
|
return (new WeChatPayService(UserTerminalEnum::WECHAT_MMP))->notify();
|
|
|
}
|