首页添加本地店铺和旗舰店的切换功能
This commit is contained in:
@ -295,9 +295,12 @@ export function withdrawReceive(data) {
|
||||
return request.post('withdraw/receive', data)
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 分销推广扫码进入的提交申请
|
||||
export function scanSubmit(data) {
|
||||
return request.post('distribution/wxCodeApply', data)
|
||||
}
|
||||
|
||||
// 扫码进入首页需要请求的接口
|
||||
export function scanHome(data) {
|
||||
return request.post('distribution/wxCode', data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user