作者 唐旭辉

错误修复

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