apiFile.js 7.7 KB
   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
module.exports = {
// 已登录绑定 推送gzid
repVercode:'wx/repVercode',
getOpenId:'wx/getOpenId',
setGzOpenId:'wx/setGzOpenId',
/*------建档------*/
// 提交建档
bookArchive:'vqhdfy/bookArchive',
// 修改居住类别
updateMess: 'wx/updateTransientInfo',
// 校验验证码并且绑定建档
verifyCode : 'wx/vercode',
// 获取验证码
bindDoc : 'wx/bind',
// 获取地区
regions:'v1/regions',
// 获取医院列表
getOrgs:'v1/organizations',
// 查询身份证是否建档
checkIsBookArchive: 'vqhdfy/isBookArchive',
/*------首页------*/
// 获取用户信息
getDoctorList :'v1/queryInPerson3',
getUserInfo : 'v1/users',
stopService: 'assist/setStopService',
// 首页文章列表
homeArtList : 'wx/pregnancy',
// 获取这个人所属的高危文章列表
riskGuideList : 'v1/riskGuide',
// 文章列表
articleList : 'wx/articles/precise',
// 历史推送文章列表
articleHistoryList: 'wx/articles',
// 文章详情/articles/:id
article : 'v1/articles',
// 文章点赞
articleLike : 'v1/articleLike',
// 获取用户医院与医生信息
getUserHosiptal : 'v1/documents',
// 孕期产检信息
checkInfoOfPregnancy : 'v1/appointments/pregnancy',
// 孕期健康评级
healthOfPregnancy : 'wx/health',
// 获取这个人所属的高危
userRisk : 'wx/getselfrisk',
userRisk1 : 'v1/getselfrisk',
riskDetails : 'wx/getriskdetail',
pushRiskMsg: 'wx/msgInfo',
addQuestion:'question/addQuestion',
getQuestion: 'question/getQuestion',
hasQuestions: 'question/hasQuestions',
/*------医院医生------*/
// 医生介绍
doctorInfo : 'wx/doctorDetail',
doctorInfo : 'wx/doctorDetail',
// 广告-医生
advertising_doc: 'v1/expertAd',
// 医生列表
doctorList : 'wx/doctor/list',
// 医生列表
TeamdoctorList : 'v1/doctors',
// 医生列表
newDoctorList: 'v1/doctors/experts',
// 获取孕期检查报告列表 详情使用:/reports/:id
pregnancyReports : 'v1/reports',
// 获取检验报告列表 详情使用:/reports/:id
inspectionReports: 'wx/getAreaReports',
// 获取检验报告详情使用:/reports/:id
inspectionReportDetail: 'wx/reports',
// reportDetails : 'wx/getriskdetail',
// 医院列表
hospitalList : 'v1/hospitals/my',
// 医院详情 使用:/hospitals/:id
hospitalDetail : 'v1/hospitals/',
// 查询床位类型信息sickedTypes/:hospitalId
sickbedTypes : 'v1/sickbedTypes/',
// 查询我的床位预约、预约床位、取消预约床位
sickbedOrders : 'v1/sickbedOrders/',
// 用户留言医生信息
getLeaveMessageDoc: 'getSysDoctorInfo',
// 用户留言列表
queryLeaveMessage:'queryLeaveMessage',
// 用户留言
addLeaveMessage: 'addLeaveMessage',
// 体重管理-获取体重记录
// getUserWeight: 'grWeContr/getGw',
getUserWeight: 'grWeContr/getGw/v2',
//血糖管理获取体重记录
getUserBloodSurgerWeight:'grWeContr/getGw/v3',
// 设置通知测量体重
setWeightNotifyTime: 'v1/setUserWeightNotifyTime',
// 体重管理-设置孕妇孕前体重
setUserBeforeWeight: 'grWeContr/addGwBasic/v2',
// 血糖管理-设置孕妇孕前体重
setUserBloodSurgerWeight: 'grWeContr/addGwBasic/v3',
// 体重管理-记录孕妇当前体重
setUserCurrentWeight: 'grWeContr/addGw/v2',
// 体重管理-获取体重标准值
getWeightReference: 'grWeContr/getGsw',
// 体重管理-获取推荐信息
getweightSuggest: 'grWeContr/getweightSuggest',
// 体重管理-孕妇基本信息接口
weightRport_info:'grWeContr/base/info',
// 体重管理-膳食摄入量推荐
weightRport_suggest: 'grWeContr/suggest/info',
// 体重管理-营养食谱
weightRport_recipe: 'grWeContr/lifeStyle/info',
// 体重管理-推荐菜谱
weightRport_cookbook: 'grWeContr/cookbook/info',
// 体重管理-营养指南
weightRport_guide: 'grWeContr/guide/info',
// 体重管理-最后 一次测量孕周
weightRport_lastC: 'grWeContr/last/check',
// -获取血压
getBolldPressure: 'pbp/getBolldPressure2',
// -设置血压
addBloodPre: 'pbp/addBloodPre',
// 血压报告列表
bloodPreRportList: 'pbp/app/list',
// 血压报告详情
bloodPreRportDetail: 'pbp/app/report',
// 是否有血压报告
isNewPreRport: 'pbp/app/unread',
// 医生环信用户名
getDoctorHxName: 'wx/getDoctorHxName',
// 添加医生为好友
doctorAddFriend: 'wx/doctorAddFriend',
// 获取环信登录token
getAccessToken: 'wx/getAccessToken',
// 既往史类型
getjws:'getjws',
// wx/getBloodSugarReport/{id } 血糖报告查看 wx/{id}/{beforeWeight}/{currentWeight} 添加孕妇的体重信息
getBloodSugarReport:'pbs/wx/getBloodSugarReport',
// wx/getBloodSugarReportList/{parentId } 血糖报告列表
getBloodSugarReportList: 'pbs/wx/getBloodSugarReportList',
// 获取血糖记录
getBolldSugarNew: 'pbs',
// 新增血糖记录
addBloodSug: 'pbs',
// 获取血糖记录
getBolldSugar: 'pbs/getBolldSugar',
// 血糖管理-获取推荐信息
getBloodSuggest: 'pbs/getBloodSugarSuggest',
// 血压管理-获取推荐信息
getBloodPressureSuggest: 'pbp/getBloodPressureSuggest',
//危机信息获取
getemergency: 'wx/tips?lasttime=',
//获取套餐列表
getvipServiceList: 'wx/goods',
//选择医生列表
doctorsChoose: 'wx/goods/list',
//下单
goodsbuy: 'goods/buy',
//获取验证码
goodsvercode: 'goods/vercode',
//刷新openid
refreshOpenId: '/wx/bind/openid',
// 新服务开通
newOpen_serviceWeek:'serviceWeek',

// 体温 增
addTemp: 'wx/add/temp',
// 体温 查
getTemp: 'wx/get/temp/',
// 获取产筛记录
PrenatalScreening: 'wx/get/sieveApply',
/*---------孕妇学校-----------*/
// 获取孕妇学校 课程列表
getCourseList: 'getAppPatientCourseList',
// 可以签到课程列表
getAppYfbCoureseList: 'getAppYfbCoureseList',
// 课程签到
signCourse: 'signCourse',
// 提交课程评价
addCoureseEvaluate:'addCoureseEvaluate',
// 获取课程信息
getCoureseById:'getCoureseById',
// 获取孕妇学校 预约课程
orderCourse: 'orderCourse',
// 获取孕妇学校 取消预约列表
cancelOrderCourse: 'cancelOrderCourse',
//获取孕妇学校 取消课程
getCancelAppCourseList:'getCancelAppCourseList',
/*---------优惠券-----------*/
getPatientCoupon: 'getPatientCoupon',
/*---------衡水-----------*/
hengshui: 'WX_CS.asmx/Get_CSResult_Info',
//获取设备列表
getDevicePrice:'wx/getDevicePrice',
// 获取填写产检历史
getCheckUpHistory:"/v1/queryAntHistory",
// 填写产检数据
setCheckUp:"/v1/input",
// 产后访视问卷填写
matdeliverfollow:"matdeliverfollow/upload",
// 脉率上传
addBloodOxygen:"addBloodOxygen",
getBloodOxygen:'getBloodOxygen',

// 糖尿病部分
addDiabetesRecord: 'pbs/addDiabetesRecord',
queryDiabetesRecord:'pbs/queryDiabetesRecord',
// 稀有血型录入
wxRareAdd: 'rare/wxRareAdd',
infoListRare:'rare/infoListRare',

//精准消息 1健康指导 2高危指导
getHealthMsg:'wx/getHealthMsg',

/*-------专家咨询---------*/
//获取医生列表
getWxDoctors:'wx/getWxDoctors',
//获取专家咨询状态
getConsultStatus:'pbs/getConsultStatus',
//历史咨询记录
getHistorySettlementList:'wx/getHistorySettlementList',
//咨询广场列表接口
getQuestions:'square/getQuestions',
//添加问题
addQuestion:'square/addQuestion',
//查看问题详情
getQuestionById:'square/getQuestionById',
//孕妇回答
addAnswer:'square/addAnswer',
//情绪小测验
emotionalTest:'wx/emotionalMiniTest/addOrUp',
//群聊
addChatroom:'wx/addChatroom',
//婚检预约建档
womanBookArchive: 'vqhdfy/womanBookArchive',
// 婴儿体重身长
BodyWeight:'v1/dueWeek',
// 孕期报告提醒
ReportReminder:'v1/getReportnum'


}