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