f
This commit is contained in:
@@ -1403,8 +1403,8 @@ func (a *ApiRequestService) ProcessQCXG6B4ERequest(params []byte) ([]byte, error
|
|||||||
}
|
}
|
||||||
// 天远文档字段名为 VINCode、Authorized
|
// 天远文档字段名为 VINCode、Authorized
|
||||||
resp, err := a.tianyuanapi.CallInterface("QCXG6B4E", map[string]interface{}{
|
resp, err := a.tianyuanapi.CallInterface("QCXG6B4E", map[string]interface{}{
|
||||||
"VINCode": vin.String(),
|
"vin_code": vin.String(),
|
||||||
"Authorized": auth,
|
"authorized": auth,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Reference in New Issue
Block a user