Feat:管家入驻(小程序)
This commit is contained in:
+21
@@ -64,3 +64,24 @@ export function removeApply() {
|
||||
export function getHotelInfo(params) {
|
||||
return request.get("merchantApply/info/hotel", params, {login: true})
|
||||
}
|
||||
|
||||
/**
|
||||
* 旅居管家入驻申请详情
|
||||
*/
|
||||
export function getTravelInfo(params) {
|
||||
return request.get("merchantApply/info/travel", params, {login: true})
|
||||
}
|
||||
|
||||
/**
|
||||
* 提交旅居管家入驻申请
|
||||
*/
|
||||
export function saveTravel(params) {
|
||||
return request.post("/merchantApply/travel/submit", params, {login: true})
|
||||
}
|
||||
|
||||
/**
|
||||
* 旅居管家申请草稿保存
|
||||
*/
|
||||
export function saveTravelDraft(params) {
|
||||
return request.post("/merchantApply/travel/saveDraft", params, {login: true})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user