提交 0ff0fbb1 编写于 作者: dong.an's avatar dong.an

查询用户信息

上级 a97e50bb
流水线 #12540 已失败 于阶段
in 0 second
......@@ -14,10 +14,10 @@ import java.util.List;
@FeignClient(name = "13201-pica-cloud-account")
public interface AccountInfoClient {
@PostMapping("/info/count")
@PostMapping("/account/info/count")
PicaResponse<Integer> getCount(@RequestBody AccountInfoReq req);
@PostMapping("/info/doctorIds")
@PostMapping("/account/info/doctorIds")
PicaResponse<List<Integer>> getDoctorIds(@RequestBody AccountInfoReq req);
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册