小程序:一体化照护方案/照护记录
This commit is contained in:
parent
afe2c41262
commit
2336a38c15
@ -264,6 +264,10 @@ fd:
|
|||||||
# 签约附近的机构多少公里内 <=0时不限制
|
# 签约附近的机构多少公里内 <=0时不限制
|
||||||
distance: 0
|
distance: 0
|
||||||
|
|
||||||
|
#三高
|
||||||
|
th:
|
||||||
|
url: http://127.0.0.1:8080
|
||||||
|
|
||||||
# 腾讯云音视频
|
# 腾讯云音视频
|
||||||
trtc:
|
trtc:
|
||||||
sdkappid: 1600006944
|
sdkappid: 1600006944
|
||||||
|
|||||||
@ -20,7 +20,7 @@ import javax.annotation.Resource;
|
|||||||
|
|
||||||
@Api(tags = "一体化照护方案控制器")
|
@Api(tags = "一体化照护方案控制器")
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/chronic/careplan")
|
@RequestMapping("/nurseApp/chronic/careplan")
|
||||||
public class SchemaController {
|
public class SchemaController {
|
||||||
@Resource
|
@Resource
|
||||||
private HttpService httpService;
|
private HttpService httpService;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user