2023.11.14
This commit is contained in:
@@ -7,6 +7,9 @@ const API = {
|
||||
wx_login: (data,userId) => net.POST('/user/binding/wechat',data,true,{"userId":userId}), // 微信登录
|
||||
// upload: (data) => net.POST('/user/upload',data), // 文件上传
|
||||
userinfoUpdae:data => net.PUT('/user/info',data,true,{"Content-Type":"application/x-www-form-urlencoded"}), // 更新用户信息
|
||||
// ai 客服
|
||||
getAikefuList:data => net.GET('/akefu/list',data), // 获取获取客服列表
|
||||
getReply:data => net.POST('/ai',data), // 获取客服回复
|
||||
// 首页
|
||||
getHospitalList:data => net.GET('/hospital/list',data), // 获取医院信息
|
||||
saveVision:data => net.POST("/vision",data),// 保存视力测试结果
|
||||
|
Reference in New Issue
Block a user