|
@@ -11,9 +11,9 @@ const sms={
|
|
|
}
|
|
}
|
|
|
//商场管理
|
|
//商场管理
|
|
|
const mall={
|
|
const mall={
|
|
|
- login:p => http.post('/cyzh-ldt/appaccount/login',p),
|
|
|
|
|
|
|
+ login:p => http.post('/shop/account/login',p),
|
|
|
detail:p => http.get("cyzh-ldt/mall/detail", {params:p}),
|
|
detail:p => http.get("cyzh-ldt/mall/detail", {params:p}),
|
|
|
- getListByPhone:p => http.get("cyzh-ldt/app/mall/getMyMallList", {params:p}),
|
|
|
|
|
|
|
+ getListByPhone:p => http.get("/ldt_mall/mall/list", {params:p}),
|
|
|
getShopLabelByMallId:p => http.get("cyzh-ldt/app/mall/getShopLabelByMallId?mallId="+p),
|
|
getShopLabelByMallId:p => http.get("cyzh-ldt/app/mall/getShopLabelByMallId?mallId="+p),
|
|
|
getMallAreaByMallId:p => http.get("cyzh-ldt/app/mall/getMallAreaByMallId?mallId="+p),
|
|
getMallAreaByMallId:p => http.get("cyzh-ldt/app/mall/getMallAreaByMallId?mallId="+p),
|
|
|
getShopList:p => http.get("cyzh-ldt/app/mall/getShopList",{params:p}),
|
|
getShopList:p => http.get("cyzh-ldt/app/mall/getShopList",{params:p}),
|
|
@@ -25,7 +25,7 @@ const mall={
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const appaccount={
|
|
const appaccount={
|
|
|
- login:p => http.post('/cyzh-ldt/appaccount/login',p),
|
|
|
|
|
|
|
+ login:p => http.post('/common/account/login',p),
|
|
|
setPassword:p => http.post('/cyzh-ldt/appaccount/setPassword',p),
|
|
setPassword:p => http.post('/cyzh-ldt/appaccount/setPassword',p),
|
|
|
forgetPassword:p => http.post('/cyzh-ldt/appaccount/forgetPassword',p),
|
|
forgetPassword:p => http.post('/cyzh-ldt/appaccount/forgetPassword',p),
|
|
|
}
|
|
}
|