1.提交缺失的东西

This commit is contained in:
2025-08-08 15:20:08 +08:00
parent ed191269b1
commit 90b02e4a08

View File

@ -26,7 +26,7 @@ use weixin\Getopenid;
*/
class UserController extends BaseApiController
{
public array $notNeedLogin = ['resetPassword'];
public array $notNeedLogin = ['resetPassword','getPhone'];
/**