Accept Merge Request #206: (qidongsheng -> jdshop)

Merge Request: 修改差异查询功能调用名称和地址
Created By: @漆东升
Accepted By: @苏尹岚
URL: https://rosydev.coding.net/p/jx-callback/d/jx-callback/git/merge/206
This commit is contained in:
苏尹岚
2020-06-22 09:51:33 +08:00
2 changed files with 2809 additions and 2828 deletions

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

File diff suppressed because it is too large Load Diff