- mtwm.RetailList返回结果改为[]*AppFood

This commit is contained in:
gazebo
2019-07-12 10:33:04 +08:00
parent e8909acd00
commit 7ee3266cc4
3 changed files with 15 additions and 12 deletions

View File

@@ -2,7 +2,6 @@ package ebaiapi
import (
"fmt"
"regexp"
"strings"
"git.rosy.net.cn/baseapi/utils"
@@ -96,10 +95,6 @@ type PageDataInfo struct {
List []*SkuInfo `json:"List"`
}
var (
skuExistReg = regexp.MustCompile(`\s?,\s?sku_id:(\d+)`)
)
func genSkuIDParams(skuID int64, customSkuID, upc string) map[string]interface{} {
params := map[string]interface{}{}
if skuID != 0 {