商户入驻修改

This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-03-12 18:06:08 +08:00
parent dc68090d84
commit 86576cec0b
3 changed files with 385 additions and 335 deletions

View File

@ -7,6 +7,9 @@ import request from "@/utils/request.js";
*
*/
export const getCitys = (data) => request.get('city/get_city', data, {
noAuth: true
})
export const getArea = (data) => request.get('city/get_area', data, {
noAuth: true

View File

@ -794,6 +794,11 @@ export function systemFormData(id) {
})
}
//获取商户入驻所签署公司
export function merstreet(data) {
return request.get(`company/street_company`, data);
}
//填写邀请码
export function bindPromotionCode(data) {

File diff suppressed because it is too large Load Diff