This commit is contained in:
邹宗楠
2022-03-31 11:16:39 +08:00
parent 40d0563778
commit 6e92a9d33c
6 changed files with 30 additions and 35 deletions

View File

@@ -232,7 +232,6 @@ type PreCreateOrderResp struct {
CityId int64 `json:"city_id"` // 城市id
Time int64 `json:"time"` // 预询时间戳
GoodsInfos []*GoodsInfos `json:"goods_infos"` // 服务商品明细
//GoodsInfos string `json:"goods_infos"` // 服务商品明细
}
// 预下单商品服务明细