|
|
@ -18,6 +18,8 @@ type OrderInterface interface {
|
|
|
|
Cancel(ctx context.Context, orderSn string, reply *int) error
|
|
|
|
Cancel(ctx context.Context, orderSn string, reply *int) error
|
|
|
|
// Trajectory @Title 物流轨迹
|
|
|
|
// Trajectory @Title 物流轨迹
|
|
|
|
Trajectory(ctx context.Context, orderSn string, reply *[]ReplyTrajectory) error
|
|
|
|
Trajectory(ctx context.Context, orderSn string, reply *[]ReplyTrajectory) error
|
|
|
|
|
|
|
|
// Finish @Title 确认收货
|
|
|
|
|
|
|
|
Finish(ctx context.Context, orderSn string, reply *int) error
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type ArgsOrderFreightFee struct {
|
|
|
|
type ArgsOrderFreightFee struct {
|
|
|
|
Skus []OrderFreightFeeSkuItem // 商品信息
|
|
|
|
Skus []OrderFreightFeeSkuItem // 商品信息
|
|
|
|