f
This commit is contained in:
@@ -48,7 +48,7 @@ func ProcessQCXG9P1CRequest(ctx context.Context, params []byte, deps *processors
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 极光服务已经返回了 data 字段的 JSON,直接返回即可
|
// 极光服务已经返回了 data 字段的 JSON,直接返回即可
|
||||||
return respBytes, nil
|
// return respBytes, nil
|
||||||
|
|
||||||
// 使用 gjson 检查并转换 vehicleCount 字段
|
// 使用 gjson 检查并转换 vehicleCount 字段
|
||||||
vehicleCountResult := gjson.GetBytes(respBytes, "vehicleCount")
|
vehicleCountResult := gjson.GetBytes(respBytes, "vehicleCount")
|
||||||
|
|||||||
Reference in New Issue
Block a user