@@ -27,6 +27,7 @@ func A002(ctx context.Context, req *apis.CommonReq, reply *apis.CommonReply) err
err = adm.A04(ctx, "", "", vin, respData, &reply.LReq, providerMap, consts.RANGEONE)
if err == nil {
+ reply.Data = respData
return nil
} else {
return errors.NoRecord
@@ -28,6 +28,7 @@ func V001(ctx context.Context, req *apis.CommonReq, reply *apis.CommonReply) err
isMatch, err := adm.V01(ctx, plateNo, plateType, owner, &reply.LReq, providerMap, consts.RANGEONE)
respData["is_match"] = isMatch
@@ -28,12 +28,14 @@ func V002(ctx context.Context, req *apis.CommonReq, reply *apis.CommonReply) err
}
err = adm.A04(ctx, plateNo, plateType, "", respData, &reply.LReq, providerMap, consts.RANGEONE)