aa
This commit is contained in:
@@ -923,3 +923,18 @@ func (c *StoreSkuController) GetSpecialtyStoreSkus() {
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 拉取平台标品
|
||||
// @Description 拉取平台标品
|
||||
// @Param token header string true "认证token"
|
||||
// @Param vendorID formData int true "平台id"
|
||||
// @Param storeID formData int true "门店ID"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /GetVendorStoreSkus [post]
|
||||
func (c *StoreSkuController) GetVendorStoreSkus() {
|
||||
c.callGetVendorStoreSkus(func(params *tStoreSkuGetVendorStoreSkusParams) (retVal interface{}, errCode string, err error) {
|
||||
err = cms.GetVendorStoreSkus(params.Ctx, params.StoreID, params.VendorID)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user