刷新京东商城订单

This commit is contained in:
苏尹岚
2020-09-14 14:59:43 +08:00
parent 65b2525a02
commit 0f737cd73e
4 changed files with 39 additions and 7 deletions

View File

@@ -189,7 +189,7 @@ func (c *ActController) CancelAct() {
// @Param pageSize query int false "表页大小(缺省全部)"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetActStoreSkuInfo [get]
// @router /GetActStoreSkuInfo [get,post]
func (c *ActController) GetActStoreSkuInfo() {
c.callGetActStoreSkuInfo(func(params *tActGetActStoreSkuInfoParams) (retVal interface{}, errCode string, err error) {
var vendorIDs []int