add 支付回调逻辑

This commit is contained in:
chenbo 2023-11-21 10:57:38 +08:00
parent 5d5d2ddba1
commit 4a2d0e42dd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use think\Log;
class WechatPayServiceMerchantPayController extends BaseApiController
{
public array $notNeedLogin = ['appPrePay'];
public array $notNeedLogin = ['appPrePay', 'notifyApp', 'refund', 'refundNotify'];
/**
* 微信服务商APP支付
*/