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

feature: client增加后端静默注册v3接口

上级 3eac68cb
流水线 #35940 已失败 于阶段
......@@ -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/account/login-register/v1")
PicaResponse<LoginResult> loginRegister(@RequestBody EncryptEntity entity);
@PostMapping("/account/account/login-register/v3")
PicaResponse<LoginResult> loginRegisterV3(@RequestBody EncryptEntity entity);
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册