- UpdateSkuName中的delete几个改为小驼峰
This commit is contained in:
@@ -5,6 +5,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"git.rosy.net.cn/baseapi/platformapi/ebaiapi"
|
"git.rosy.net.cn/baseapi/platformapi/ebaiapi"
|
||||||
"git.rosy.net.cn/baseapi/utils"
|
"git.rosy.net.cn/baseapi/utils"
|
||||||
"git.rosy.net.cn/jx-callback/business/jxutils"
|
"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, "isSpu")
|
||||||
delete(payload, "ImgHashCode")
|
delete(payload, "imgHashCode")
|
||||||
delete(payload, "ImgWeimob")
|
delete(payload, "imgWeimob")
|
||||||
delete(payload, "ImgEbai")
|
delete(payload, "imgEbai")
|
||||||
delete(payload, "descImgEbai")
|
delete(payload, "descImgEbai")
|
||||||
delete(payload, "seq")
|
delete(payload, "seq")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user