小程序:一体化照护方案/照护记录

This commit is contained in:
HaoWang 2023-12-19 14:36:13 +08:00
parent afe2c41262
commit 2336a38c15
2 changed files with 5 additions and 1 deletions

View File

@ -264,6 +264,10 @@ fd:
# 签约附近的机构多少公里内 <=0时不限制
distance: 0
#三高
th:
url: http://127.0.0.1:8080
# 腾讯云音视频
trtc:
sdkappid: 1600006944

View File

@ -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;