## 乐学实名认证校验调整;

This commit is contained in:
cabbage 2025-08-11 13:45:21 +08:00
parent bfd25c0cc7
commit 0987f42f63
1 changed files with 1 additions and 1 deletions

View File

@ -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();