Compare commits

...

2 Commits

Author SHA1 Message Date
90f16911e9 Merge branch 'main' of http://1.117.67.95:3000/team/tyapi-server 2026-01-06 17:42:11 +08:00
7746c5c8e3 f 2026-01-06 17:42:09 +08:00
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