提交 34a9d180 编写于 作者: 江陈's avatar 江陈

perf:加入合作机构自动开saas账号

update
上级 f9890d10
流水线 #47694 已取消 于阶段
......@@ -42,5 +42,5 @@ public interface RegisterClient {
PicaResponse<Integer> registerV2(@RequestBody HospitalSaasUserReq req);
@PostMapping("/account/saas/hospital/upsertV2")
PicaResponse<Integer> upsert(@RequestBody HospitalSaasUserReq req);
PicaResponse<Integer> upsertV2(@RequestBody HospitalSaasUserReq req);
}
\ No newline at end of file
......@@ -65,7 +65,6 @@ public class HospitalSaasUserController extends AccountBaseController {
@ApiOperation("机构saas平台人员更新 0失败 1成功")
@PostMapping(value = "/hospital/upsertV2")
@EnabledLoginValidate
public PicaResponse<Integer> upsertV2(@RequestBody HospitalSaasUserReq req) {
logger.info("upsert: url:/saas/hospital/upsertV2. start: {}", JSON.toJSONString(req));
PicaUser user = new PicaUser();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册