10.18前的开发
This commit is contained in:
6
unpackage/dist/dev/mp-weixin/api/index.js
vendored
6
unpackage/dist/dev/mp-weixin/api/index.js
vendored
@@ -7,6 +7,12 @@ const API = {
|
||||
// 获取token
|
||||
wx_login: (data, userId) => api_request.net.POST("/user/binding/wechat", data, true, { "userId": userId }),
|
||||
// 微信登录
|
||||
// upload: (data) => net.POST('/user/upload',data), // 文件上传
|
||||
userinfoUpdae: (data) => api_request.net.PUT("/user/info", data),
|
||||
// 更新用户信息
|
||||
// 首页
|
||||
getHospitalList: (data) => api_request.net.GET("/hospital/list", data),
|
||||
// 获取医院信息
|
||||
/*
|
||||
首页信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user