影像开发获取dcm接口 修改权限
Some checks are pending
Java CI with Maven / build (11) (push) Waiting to run
Java CI with Maven / build (17) (push) Waiting to run
Java CI with Maven / build (8) (push) Waiting to run
yudao-ui-admin CI / build (14.x) (push) Waiting to run
yudao-ui-admin CI / build (16.x) (push) Waiting to run
Some checks are pending
Java CI with Maven / build (11) (push) Waiting to run
Java CI with Maven / build (17) (push) Waiting to run
Java CI with Maven / build (8) (push) Waiting to run
yudao-ui-admin CI / build (14.x) (push) Waiting to run
yudao-ui-admin CI / build (16.x) (push) Waiting to run
This commit is contained in:
parent
2be0ed2de0
commit
a51606ab13
@ -264,7 +264,7 @@ public class ultrasonicController {
|
|||||||
|
|
||||||
@GetMapping("/getdcm")
|
@GetMapping("/getdcm")
|
||||||
@Operation(summary = "获取dcm数据")
|
@Operation(summary = "获取dcm数据")
|
||||||
@PreAuthorize("@ss.hasPermission('ultrasoniccom:ultrasonic:create')")
|
|
||||||
public CommonResult<String> GetDcmList(@RequestParam("orgID") String orgID, @RequestParam("studyInsta") String studyInsta, @RequestParam("regId") String regId) throws JsonProcessingException {
|
public CommonResult<String> GetDcmList(@RequestParam("orgID") String orgID, @RequestParam("studyInsta") String studyInsta, @RequestParam("regId") String regId) throws JsonProcessingException {
|
||||||
String strJson = "";
|
String strJson = "";
|
||||||
String json = "";
|
String json = "";
|
||||||
|
@ -154,6 +154,7 @@ yudao:
|
|||||||
security:
|
security:
|
||||||
permit-all_urls:
|
permit-all_urls:
|
||||||
- /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,不需要登录
|
- /admin-api/mp/open/** # 微信公众号开放平台,微信回调接口,不需要登录
|
||||||
|
- /admin-api/ultrasoniccom/ultrasonic/getdcm
|
||||||
websocket:
|
websocket:
|
||||||
enable: true # websocket的开关
|
enable: true # websocket的开关
|
||||||
path: /infra/ws # 路径
|
path: /infra/ws # 路径
|
||||||
|
Loading…
Reference in New Issue
Block a user