- ebaiapi.OrderPartRefundGet2实现有错误,暂时删除

This commit is contained in:
gazebo
2019-06-11 23:47:24 +08:00
parent bd6e0d482e
commit 048c470ece
3 changed files with 163 additions and 16 deletions

View File

@@ -77,6 +77,10 @@ const (
const (
ExtrasPromotionTypeTaoCanZeng = 4 // 套餐赠
ExtrasPromotionTypeManZeng = 5 // 满赠
ExtrasPromotionTypeTeJiaCai = 7 // 特价菜
ExtrasPromotionTypeZheKouCai = 17 // 折扣菜
ExtrasPromotionTypeSecondHalfPrice = 20 // 第2份半价活动
)
type RefundSku struct {
@@ -120,6 +124,8 @@ type OrderExtraInfo struct {
ReduceFee float64 `json:"reduce_fee,omitempty"`
Remark string `json:"remark,omitempty"`
Type int `json:"type,omitempty"`
RiderFee float64 `json:"rider_fee,omitempty"`
}
type FoodInfo struct {