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:
@@ -299,8 +299,8 @@ func (c *TempOpController) CheckSkuDiffBetweenJxAndVendor() {
|
|||||||
// @Param storeIDs formData string false "京西门店ID列表"
|
// @Param storeIDs formData string false "京西门店ID列表"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 404 User not found
|
// @Failure 404 User not found
|
||||||
// @router /StaticBlock [post]
|
// @router /StoreSkuCheckDiff [post]
|
||||||
func (c *TempOpController) StaticBlock() {
|
func (c *TempOpController) StoreSkuCheckDiff() {
|
||||||
c.callCheckSkuDiffBetweenJxAndVendor(func(params *tTempopCheckSkuDiffBetweenJxAndVendorParams) (retVal interface{}, errCode string, err error) {
|
c.callCheckSkuDiffBetweenJxAndVendor(func(params *tTempopCheckSkuDiffBetweenJxAndVendorParams) (retVal interface{}, errCode string, err error) {
|
||||||
var vendorIDList []int
|
var vendorIDList []int
|
||||||
var storeIDList []int
|
var storeIDList []int
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user