修改访问名称

This commit is contained in:
qidongsheng
2020-06-22 09:19:24 +08:00
parent 5521653957
commit eb1fc5f318

View File

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