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