This commit is contained in:
邹宗楠
2024-01-26 16:30:46 +08:00
parent 8cef64a577
commit f8f4606926

View File

@@ -2,6 +2,7 @@ package ebaiapi
import (
"fmt"
"git.rosy.net.cn/jx-callback/globals"
"regexp"
"strings"
@@ -334,7 +335,7 @@ func (a *API) SkuCreate(trackInfo, shopID string, customSkuID int64, params map[
if params["brand_name"] == nil {
defParams["brand_name"] = "无" // 很狗血的是,你还必须填个无才行。。。
}*/
//
globals.SugarLogger.Debugf("===========:%s", utils.Format4Output(params, false))
params = utils.MergeMaps(params, defParams)
result, err := a.AccessAPI2("sku.create", params, trackInfo)
if err == nil && result.Data != nil {