作者 唐旭辉

错误修复

... ... @@ -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
... ...