This commit is contained in:
Taric Xin
2021-12-27 10:06:54 +08:00
parent aefcd67313
commit 6a3f551509
6 changed files with 42 additions and 27 deletions

View File

@ -20,6 +20,9 @@ export class AccountService extends BaseService {
// 获取当前登录用户详情
$api_get_current_user_info = `/api/mdc/cuc/user/getUserInfo`;
// 根据当前登录用户绑定的手机号码获取短信验证码
$api_get_current_user_smVerification = `/api/mdc/pbc/smsSend/getSmVerificationCodeByToken`;
constructor(public injector: Injector) {
super(injector);
}