提交 d73a619c 编写于 作者: peijun.zhao's avatar peijun.zhao

upgrade version

上级 ca3aa779
流水线 #27003 已失败 于阶段
in 0 second
...@@ -8,6 +8,7 @@ import com.pica.cloud.foundation.entity.PicaResponse; ...@@ -8,6 +8,7 @@ import com.pica.cloud.foundation.entity.PicaResponse;
import org.springframework.cloud.netflix.feign.FeignClient; import org.springframework.cloud.netflix.feign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestHeader;
import java.util.List; import java.util.List;
...@@ -26,7 +27,7 @@ public interface RegisterClient { ...@@ -26,7 +27,7 @@ public interface RegisterClient {
PicaResponse register(@RequestBody OCINRequest ocinRequest); PicaResponse register(@RequestBody OCINRequest ocinRequest);
@PostMapping(value = "/account/circle/acct") @PostMapping(value = "/account/circle/acct")
PicaResponse<List<Integer>> register(@RequestBody CircleAcctInitReq circleAcctInitReq); PicaResponse<List<Integer>> register(@RequestBody CircleAcctInitReq circleAcctInitReq, @RequestHeader(value = "token") String token);
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册