Fix:4101 【商城小程序】入驻申请已提交,进入特色店铺入驻页面,没有显示为审核状态,没有撤销申请按钮

This commit is contained in:
linxi
2025-08-05 09:57:03 +08:00
parent c63fdf0f37
commit a2250ccc9a
2 changed files with 8 additions and 2 deletions
+5
View File
@@ -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})
}