提交 8dd03379 编写于 作者: minghao.wu's avatar minghao.wu

feature: 1.0.5.1 静默注册的接口暴露url

上级 7450827c
流水线 #35939 已取消 于阶段
......@@ -34,6 +34,6 @@ public interface RegisterClient {
@PostMapping(value = "/account/shop/acct")
PicaResponse<Map<String,Integer>> shopRegister(@RequestBody ShopAcctInitReq shopAcctInitReq, @RequestHeader(value = "token") String token);
@PostMapping("/account/login-register/v1")
@PostMapping("/account/account/login-register/v1")
PicaResponse<LoginResult> loginRegister(@RequestBody EncryptEntity entity);
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册