## 乐学实名认证校验调整;
This commit is contained in:
parent
70524983d1
commit
763badcf1c
|
@ -47,7 +47,7 @@ public class IdCardServiceImpl implements IdCardService {
|
|||
String authorization = "APPCODE " + appCode;
|
||||
HttpResponse response = HttpRequest.post(url)
|
||||
.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))
|
||||
.timeout(20000)
|
||||
.execute();
|
||||
|
|
Loading…
Reference in New Issue