This commit is contained in:
2026-02-12 16:39:53 +08:00
parent 2b8add736f
commit 7aa875af19

View File

@@ -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