|
@@ -65,7 +65,6 @@ class PayController extends \app\workerapi\controller\BaseApiController
|
|
|
*/
|
|
*/
|
|
|
public function notifyMnp()
|
|
public function notifyMnp()
|
|
|
{
|
|
{
|
|
|
- Log::write(json_encode($this->request->param(), JSON_UNESCAPED_UNICODE));
|
|
|
|
|
return (new WorkerWeChatPayService(UserTerminalEnum::WECHAT_MMP))->notify();
|
|
return (new WorkerWeChatPayService(UserTerminalEnum::WECHAT_MMP))->notify();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|