|
@@ -47,7 +47,7 @@ func paramZrVinInfoData(rdata string, respMap map[string]interface{}) {
|
|
|
func paramZrVinInfoReturn(ret string) (reply string, err error) {
|
|
|
code := gjson.Get(ret, "code").String()
|
|
|
if code == "0" {
|
|
|
- return gjson.Get(ret, "data").String() ,nil
|
|
|
+ return gjson.Get(ret, "data.list").String() ,nil
|
|
|
} else if code == "10030"{
|
|
|
return "", errors.NoRecord
|
|
|
}else if code == "10003"{
|