- ebaiapi.OrderPartRefundGet2实现有错误,暂时删除
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user