This commit is contained in:
2026-07-24 13:19:45 +08:00
parent 7c4cbd2bee
commit 65fe68f176

View File

@@ -27,8 +27,8 @@ func ProcessJRZQ5J5CRequest(ctx context.Context, params []byte, deps *processors
"mobile": paramsDto.MobileNo,
}
apiKey := "jy000052"
apiPath := "/api/v1/wujsinan/blacka"
apiKey := "jy000055"
apiPath := "/api/v1/blacklist/c10/verify"
resp, err := deps.JiyiService.CallAPI(ctx, apiKey, apiPath, body, jiyi.TopEncryptionOptions(1))
if err != nil {