This commit is contained in:
2026-01-06 17:42:09 +08:00
parent e61f03a2dd
commit 7746c5c8e3
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ func ProcessIVYZ1J7HRequest(ctx context.Context, params []byte, deps *processors
} }
// 调用极光API // 调用极光API
respBytes, err := deps.JiguangService.CallAPI(ctx, "labor-arbitration-information", "labor-arbitration-information", reqData) respBytes, err := deps.JiguangService.CallAPI(ctx, "vehicle-driving-license-v2", "vehicle/driving-license-v2", reqData)
if err != nil { if err != nil {
// 根据错误类型返回相应的错误 // 根据错误类型返回相应的错误
if errors.Is(err, jiguang.ErrNotFound) { if errors.Is(err, jiguang.ErrNotFound) {

View File

@@ -23,7 +23,7 @@ func ProcessQCXG4I1ZRequest(ctx context.Context, params []byte, deps *processors
// 构建请求参数 // 构建请求参数
reqData := map[string]interface{}{ reqData := map[string]interface{}{
"vim": paramsDto.VinCode, "vin": paramsDto.VinCode,
} }
// 调用极光API // 调用极光API