修改访问名称
This commit is contained in:
@@ -299,8 +299,8 @@ func (c *TempOpController) CheckSkuDiffBetweenJxAndVendor() {
|
||||
// @Param storeIDs formData string false "京西门店ID列表"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 404 User not found
|
||||
// @router /StaticBlock [post]
|
||||
func (c *TempOpController) StaticBlock() {
|
||||
// @router /StoreSkuCheckDiff [post]
|
||||
func (c *TempOpController) StoreSkuCheckDiff() {
|
||||
c.callCheckSkuDiffBetweenJxAndVendor(func(params *tTempopCheckSkuDiffBetweenJxAndVendorParams) (retVal interface{}, errCode string, err error) {
|
||||
var vendorIDList []int
|
||||
var storeIDList []int
|
||||
|
||||
Reference in New Issue
Block a user