You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package md
-
- type ZhiosOrdersEs struct {
- MasterId int `json:"master_id"`
- OrdKind string `json:"ord_kind"`
- OrdId string `json:"ord_id"`
- MainOrdId string `json:"main_ord_id"`
- StoreOrdId string `json:"store_ord_id"`
- GoodsId string `json:"goods_id"`
- Uid string `json:"uid"`
- BuyerPhone string `json:"buyer_phone"`
- CostPrice float64 `json:"cost_price"`
- Gmv float64 `json:"gmv"`
- State int32 `json:"state"`
- StateZh string `json:"state_zh"`
- PayTime interface{} `json:"pay_time"`
- PayChannel int32 `json:"pay_channel"`
- GoodsNum int `json:"goods_num"`
- PayChannelZh string `json:"pay_channel_zh"`
- ReceiverPhone string `json:"receiver_phone"`
- ReceiverName string `json:"receiver_name"`
- ReceiverAddressDetail string `json:"receiver_address_detail"`
- ProvinceId string `json:"province_id"`
- CityId string `json:"city_id"`
- CountyId string `json:"county_id"`
- Province string `json:"province"`
- City string `json:"city"`
- County string `json:"county"`
- OrderType int32 `json:"order_type"`
- EstimateCommission float64 `json:"estimate_commission"`
- LogisticCompany string `json:"logistic_company"`
- OrdCreateTime string `json:"ord_create_time"`
- CreatedAt string `json:"created_at"`
- UpdatedAt string `json:"updated_at"`
- }
|