add 支付回调逻辑
This commit is contained in:
parent
5d5d2ddba1
commit
4a2d0e42dd
|
@ -12,7 +12,7 @@ use think\Log;
|
||||||
class WechatPayServiceMerchantPayController extends BaseApiController
|
class WechatPayServiceMerchantPayController extends BaseApiController
|
||||||
{
|
{
|
||||||
|
|
||||||
public array $notNeedLogin = ['appPrePay'];
|
public array $notNeedLogin = ['appPrePay', 'notifyApp', 'refund', 'refundNotify'];
|
||||||
/**
|
/**
|
||||||
* 微信服务商APP支付
|
* 微信服务商APP支付
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue