f
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user