Commit 91c14df9 by shenjunjie

Merge branch 'feature' into 'dev'

新增用户中心注册功能2

See merge request !143
parents 8bbbc674 b7b1c39a
......@@ -55,7 +55,7 @@ public class UserCenterServiceImpl implements UserCenterService {
public ResponseResult verifyTicket(String ticket) {
HttpHeaders httpHeaders = new HttpHeaders();
httpHeaders.set(EXTERNAL_ORIGIN, SERVICE_NAME);
httpHeaders.set(EXTERNAL_SERVICE, token);
httpHeaders.set(EXTERNAL_TOKEN, token);
httpHeaders.set(EXTERNAL_TICKET, ticket);
HttpEntity<String> requestEntity = new HttpEntity<>(httpHeaders);
HttpEntity<JSONObject> entity = restTemplate.exchange(yuqingInterface + "/thirdPart/external/verify/ticket", HttpMethod.GET,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment