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