...
|
...
|
@@ -310,10 +310,10 @@ func (c *OrderDividendController) OrderDividendDetailForBestshop() { |
|
|
func (c *OrderDividendController) EditOrderDividendForBestshop() {
|
|
|
type Parameter struct {
|
|
|
State int `json:"state"`
|
|
|
OrderId string `json:"id"`
|
|
|
ProductId string `json:"id"`
|
|
|
OrderId string `json:"orderId"`
|
|
|
ProductId string `json:"productId"`
|
|
|
Reason string `json:"reason"`
|
|
|
GoodNumber int `json:"contents"`
|
|
|
GoodNumber int `json:"goodNumber"`
|
|
|
PartnerBonusPercent float64 `json:"partnerBonusPercent"`
|
|
|
}
|
|
|
var (
|
...
|
...
|
|