|
|
|
@ -17,7 +17,7 @@ export const getsmsCode = (params, config = {}) => http.post('/sms/send', params |
|
|
|
|
//手机验证码登录
|
|
|
|
|
export const mobileLogin = (params, config = {}) => http.post('/user/mobilelogin', params, config); |
|
|
|
|
//首页菜单导航
|
|
|
|
|
export const indexNav = (params, config = {custom: { auth: true }}) => http.post('/wx_menu/index', params, config); |
|
|
|
|
export const indexNav = (params, config = {}) => http.post('/wx_menu/index', params, config); |
|
|
|
|
// APP下载地址
|
|
|
|
|
export const downloadApp = (params, config = {}) => http.post('/app_url/index', params, config); |
|
|
|
|
//上传图片
|
|
|
|
|