商户入驻修改
This commit is contained in:
parent
dc68090d84
commit
86576cec0b
@ -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, {
|
export const getArea = (data) => request.get('city/get_area', data, {
|
||||||
noAuth: true
|
noAuth: true
|
||||||
|
@ -794,6 +794,11 @@ export function systemFormData(id) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//获取商户入驻所签署公司
|
||||||
|
|
||||||
|
export function merstreet(data) {
|
||||||
|
return request.get(`company/street_company`, data);
|
||||||
|
}
|
||||||
|
|
||||||
//填写邀请码
|
//填写邀请码
|
||||||
export function bindPromotionCode(data) {
|
export function bindPromotionCode(data) {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user