|
|
@@ -133,7 +133,7 @@ public class IdentityAuthService {
|
|
|
|
|
|
public static void validateV2(String name, String phone, String idno) {
|
|
|
String body = HttpRequest.post("https://zid.market.alicloudapi.com/idcheck/Post")
|
|
|
- .header("Authorization", "APPCODE 5a13770638f94b4baaf8f27fc308414c")
|
|
|
+ .header("Authorization", "APPCODE b48bc8f6759345a79ae20a951f03dabe")
|
|
|
.contentType(HttpRequest.CONTENT_TYPE_FORM)
|
|
|
.form("cardNo", idno)
|
|
|
.form("realName", name)
|