获取微盟订单商品信息bug修改

This commit is contained in:
苏尹岚
2019-11-26 11:42:20 +08:00
parent 8eef3288db
commit a9df406011
2 changed files with 49 additions and 29 deletions

View File

@@ -88,7 +88,7 @@ func (c *YongHuiController) GetWeimobOrders() {
// @router /GetWeimobOrdersExcel [post]
func (c *YongHuiController) GetWeimobOrdersExcel() {
c.callGetWeimobOrdersExcel(func(params *tYonghuiGetWeimobOrdersExcelParams) (retVal interface{}, errCode string, err error) {
err = yonghui.GetWeimobOrdersExcel(params.Ctx, params.OrderNo)
retVal, err = yonghui.GetWeimobOrdersExcel(params.Ctx, params.OrderNo)
return retVal, "", err
})
}