车辆对接
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* @Description:
|
||||
* @Author: wsm
|
||||
* @Date: 2021-06-22 10:25:33
|
||||
* @LastEditTime: 2021-12-08 16:56:20
|
||||
* @LastEditTime: 2022-01-10 17:47:07
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Reference:
|
||||
*/
|
||||
@ -37,13 +37,16 @@ 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 $forgetPasswordVerifyIdentity = `/api/mdc/cuc/userBasicInfo/forgetPassword/verifyIdentity?_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`;
|
||||
// 凭证修改密码
|
||||
public $voucherUpdatePassword = `/scm/cuc/cuc/userBasicInfo/forgetPassword/voucherUpdatePassword?_allow_anonymous=true`;
|
||||
// 未登录账号发送验证码
|
||||
public $getAccountSMVerificationCode = `/api/mdc/cuc/userBasicInfo/forgetPassword/getAccountSMVerificationCode?_allow_anonymous=true`;
|
||||
// 凭证修改密码
|
||||
public $voucherUpdatePassword = `/api/mdc/cuc/userBasicInfo/forgetPassword/voucherUpdatePassword?_allow_anonymous=true`;
|
||||
// 检测用户名是否存在
|
||||
public $api_validate_username_exists = `/tms/cuc/cuc/userBasicInfo/checkUserName?_allow_badcode=true`;
|
||||
// 获取当前用户信息
|
||||
|
||||
Reference in New Issue
Block a user