|
|
@ -17,7 +17,7 @@ export const wxAppSetting = (param, option) => { |
|
|
|
} |
|
|
|
} |
|
|
|
// 小程序风格
|
|
|
|
// 小程序风格
|
|
|
|
export const wxAppStyle = (param, option) => { |
|
|
|
export const wxAppStyle = (param, option) => { |
|
|
|
return request.post('/merchant/getPageStyle', param, option) |
|
|
|
return request.post('merchant/getPageStyle', param, option) |
|
|
|
} |
|
|
|
} |
|
|
|
// benner列表
|
|
|
|
// benner列表
|
|
|
|
export const getBannerList = (param, option) => { |
|
|
|
export const getBannerList = (param, option) => { |
|
|
|