作者 唐旭辉

更新

@@ -391,7 +391,7 @@ func (c *OrderDividendController) PayOrderGoodBonusForBestshop() { @@ -391,7 +391,7 @@ func (c *OrderDividendController) PayOrderGoodBonusForBestshop() {
391 //EditOrderRemarkBonusForBestshop 编辑海鲜干货订单中的备注 391 //EditOrderRemarkBonusForBestshop 编辑海鲜干货订单中的备注
392 func (c *OrderDividendController) EditOrderRemarkBonusForBestshop() { 392 func (c *OrderDividendController) EditOrderRemarkBonusForBestshop() {
393 type Parameter struct { 393 type Parameter struct {
394 - OrderId string `json:"id"` 394 + OrderId string `json:"orderId"`
395 Remark string `json:"remark"` 395 Remark string `json:"remark"`
396 } 396 }
397 var ( 397 var (