Fix:4101 【商城小程序】入驻申请已提交,进入特色店铺入驻页面,没有显示为审核状态,没有撤销申请按钮
This commit is contained in:
@@ -59,3 +59,8 @@ export function saveWholesaler(wholesalerInfo) {
|
||||
export function removeApply() {
|
||||
return request.post("/merchantApply/revoke")
|
||||
}
|
||||
|
||||
// 特色店铺入驻信息
|
||||
export function getHotelInfo(params) {
|
||||
return request.get("merchantApply/info/hotel", params, {login: true})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user