## 乐学实名认证校验调整;
This commit is contained in:
parent
bfd25c0cc7
commit
0987f42f63
|
@ -47,7 +47,7 @@ public class IdCardServiceImpl implements IdCardService {
|
||||||
String authorization = "APPCODE " + appCode;
|
String authorization = "APPCODE " + appCode;
|
||||||
HttpResponse response = HttpRequest.post(url)
|
HttpResponse response = HttpRequest.post(url)
|
||||||
.header(Header.AUTHORIZATION, authorization)
|
.header(Header.AUTHORIZATION, authorization)
|
||||||
.header(Header.CONTENT_TYPE, "aapplication/json; charset=UTF-8")
|
.header(Header.CONTENT_TYPE, "application/json; charset=UTF-8")
|
||||||
.body(getInParam(idCardUrl, side))
|
.body(getInParam(idCardUrl, side))
|
||||||
.timeout(20000)
|
.timeout(20000)
|
||||||
.execute();
|
.execute();
|
||||||
|
|
Loading…
Reference in New Issue