初步联调货源

This commit is contained in:
wangshiming
2021-12-08 16:57:32 +08:00
parent 1c77ab802a
commit e94c4486ea
3 changed files with 9 additions and 9 deletions

View File

@ -2,7 +2,7 @@
* @Description:
* @Author: wsm
* @Date: 2021-06-22 10:25:33
* @LastEditTime: 2021-12-08 15:40:21
* @LastEditTime: 2021-12-08 16:56:20
* @LastEditors: Please set LastEditors
* @Reference:
*/
@ -25,11 +25,11 @@ export class EAUserService extends BaseService {
/**
* 账号密码登录
*/
$api_login_by_account = `api/mdc/cuc/user/login?_allow_anonymous=true`;
$api_login_by_account = `/api/mdc/cuc/user/login?_allow_anonymous=true`;
/**
* 手机号登录
*/
$api_login_by_mobile = `api/mdc/cuc/user/sms/login?_allow_anonymous=true`;
$api_login_by_mobile = `/api/mdc/cuc/user/sms/login?_allow_anonymous=true`;
// 登录路径
private $api_login = `/scce/cuc/cuc/user/login?_allow_anonymous=true`;
private $api_captcha_login = `/scce/cuc/cuc/user/sms/login?_allow_anonymous=true`;