- UpdateSkuName中的delete几个改为小驼峰
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"git.rosy.net.cn/baseapi/platformapi/ebaiapi"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils"
|
||||
@@ -655,9 +656,9 @@ func UpdateSkuName(ctx *jxcontext.Context, nameID int, payload map[string]interf
|
||||
}
|
||||
|
||||
delete(payload, "isSpu")
|
||||
delete(payload, "ImgHashCode")
|
||||
delete(payload, "ImgWeimob")
|
||||
delete(payload, "ImgEbai")
|
||||
delete(payload, "imgHashCode")
|
||||
delete(payload, "imgWeimob")
|
||||
delete(payload, "imgEbai")
|
||||
delete(payload, "descImgEbai")
|
||||
delete(payload, "seq")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user