浏览代码

更新

master
huangjiajun 1年前
父节点
当前提交
7fc574face
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      dataoke/dataoke.go

+ 3
- 0
dataoke/dataoke.go 查看文件

@@ -91,6 +91,9 @@ func DataokeTikTokRankList(params map[string]string) []map[string]string {
json.Unmarshal([]byte(data), &oldGoods)
for _, v := range oldGoods {
pvd := md.PVD_TIKTOK
if v.ItemImg == "" && len(v.Imgs) > 0 {
v.ItemImg = v.Imgs[0]
}
var tmp = map[string]string{
"gid": v.ID,
"title": v.Title,


正在加载...
取消
保存