增加回调函数不需要经过权限认证

This commit is contained in:
lingling 2025-02-21 22:38:17 +08:00
parent 0eae352872
commit 9083474f86
1 changed files with 7 additions and 7 deletions

View File

@ -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,
]);
}
}
}