...
|
...
|
@@ -355,8 +355,8 @@ func (c *OrderDividendController) EditOrderDividendForBestshop() { |
|
|
//PayOrderGoodBonusForBestshop 支付海鲜干货订单中的分红
|
|
|
func (c *OrderDividendController) PayOrderGoodBonusForBestshop() {
|
|
|
type Parameter struct {
|
|
|
OrderId string `json:"id"`
|
|
|
ProductId string `json:"id"`
|
|
|
OrderId string `json:"orderId"`
|
|
|
ProductId string `json:"productId"`
|
|
|
}
|
|
|
var (
|
|
|
param Parameter
|
...
|
...
|
|