GET http://localhost:8080/aidea/a/prescription/list
### 获取token
GET http://localhost:8080/aidea/mobile/auth/cdfortis/get/token
###
### 药品清单上传
POST http://localhost:8080/aidea/mobile/auth/cdfortis/upload/druginfo
POST http://localhost:8080/aidea/mobile/auth/cdfortis/upload/druginfo
Content-Type: application/json
Content-Type: application/json
...
@@ -13,7 +14,13 @@ Content-Type: application/json
...
@@ -13,7 +14,13 @@ Content-Type: application/json
"drugCompay": "xx药业"
"drugCompay": "xx药业"
}]
}]
###
### 获取图文处方列表接口
GET http://localhost:8080/aidea/mobile/auth/cdfortis/get/fbusi/list?iDisplayStart=1&iDisplayLength=10&startTime=2020-09-07 00:00:00&endTime=2020-09-14 23:59:59
GET http://localhost:8080/aidea/mobile/auth/cdfortis/get/fbusi/list?iDisplayStart=1&iDisplayLength=10&startTime=2020-09-07 00:00:00&endTime=2020-09-14 23:59:59
### 获取图文处方图片
GET http://localhost:8080/aidea/mobile/auth/cdfortis/get/fbusi/picture?presId=123456
### 获取单条图文处方详情
GET http://localhost:8080/aidea/mobile/auth/cdfortis/get/fbusi/detail?presId=123456