更新了SfUtil类中的appcode,以用于ID卡验证服务。新的appcode为'8a8d22ef01b0444e9716c26f7d089149'。

master
wxy 2024-09-03 10:18:29 +08:00
parent 4981ed3c6b
commit 7c71232dc7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class SfUtil {
String host = "https://kzidcardv1.market.alicloudapi.com";
String path = "/api-mall/api/id_card/check";
String method = "POST";
String appcode = "033359549f644a32858017cd76df3f88";
String appcode = "8a8d22ef01b0444e9716c26f7d089149";
Map<String, String> headers = new HashMap<String, String>();
//最后在header中的格式(中间是英文空格)为Authorization:APPCODE 83359fd73fe94948385f570e3c139105
headers.put("Authorization", "APPCODE " + appcode);