6 lines
243 B
JavaScript
6 lines
243 B
JavaScript
|
|
export const apiArr = {
|
|
createRecord:'/wechat/mpuser/health/create', //创建健康自测
|
|
getReportList:'/wechat/mpuser/health/list', //获取健康自测记录
|
|
getReportById:"/wechat/mpuser/health/one",//根据id查健康记录
|
|
} |