feat : login

This commit is contained in:
2025-03-19 16:56:38 +08:00
parent 307c0ec930
commit ac1cd0725d
3 changed files with 30 additions and 9 deletions

View File

@@ -79,11 +79,11 @@ abstract class LoginBaseService extends BaseService
*/
protected string $lockKey;
/**
* 登录code login_type = wx_login 必填
* @var string
*/
protected string $jsCode = '';
// /**
// * 登录code login_type = wx_login 必填
// * @var string
// */
// protected string $jsCode = '';
/**
* 手机号 login_type = mobile_code 必填