edit
This commit is contained in:
@ -14,7 +14,7 @@ import { BaseService } from '../core/base.service';
|
||||
})
|
||||
export class EACaptchaService extends BaseService {
|
||||
// 通过手机号发送短信验证码
|
||||
private $api_send_sms_by_mobile = `/scm/sms/sms/verification/getSMVerificationCode?_allow_anonymous=true&_allow_badcode=true`;
|
||||
private $api_send_sms_by_mobile = `/api/mdc/pbc/smsSend/getSMVerificationCode?_allow_anonymous=true&_allow_badcode=true`;
|
||||
|
||||
// 验证手机号为平台用户后发送短信验证码
|
||||
private $api_send_sms__by_validate_mobile = `/chiauserBasicInfo/forgetPassword/getAccountSMVerificationCode`;
|
||||
|
||||
@ -38,8 +38,8 @@ export class EAUserService extends BaseService {
|
||||
public $api_get_agreement_info = `/scce/pbc/pbc/agreementInfo/getAgreementInfoByType?_allow_anonymous=true`;
|
||||
// 未登录验证身份
|
||||
public $forgetPasswordVerifyIdentity = `/scm/cuc/cuc/userBasicInfo/forgetPassword/verifyIdentity?_allow_anonymous=true`;
|
||||
// 未登录账号发送验证码
|
||||
public $getAccountSMVerificationCode = `/scm/cuc/cuc/userBasicInfo/forgetPassword/getAccountSMVerificationCode?_allow_anonymous=true`;
|
||||
// 通过手机号发送短信验证码
|
||||
public $api_send_sms_by_mobile = `/api/mdc/pbc/smsSend/getSMVerificationCode?_allow_anonymous=true&_allow_badcode=true`;
|
||||
// 未设置密码的用户设置用户密码
|
||||
public $api_set_password = `/scce/cuc/cuc/userBasicInfo/setPassword`;
|
||||
// 凭证修改密码
|
||||
|
||||
Reference in New Issue
Block a user