增加回调函数不需要经过权限认证
This commit is contained in:
parent
0eae352872
commit
9083474f86
|
@ -25,6 +25,7 @@ use support\Log;
|
|||
|
||||
class WithdrawController
|
||||
{
|
||||
protected $noNeedLogin = ['callback'];
|
||||
|
||||
/**
|
||||
* @Apidoc\Title("1.0 查询当前用户提现订单")
|
||||
|
@ -161,6 +162,5 @@ class WithdrawController
|
|||
'status_text' => '支付失败: ' . $failedMessage,
|
||||
]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue