Browse Source

更新

master
huangjiajun 1 year ago
parent
commit
d698f825bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zhimeng/pdd.go

+ 1
- 1
zhimeng/pdd.go View File

@@ -20,7 +20,7 @@ func PddGoods(param map[string]interface{}) []map[string]string {
}
for _, v := range tmp.Data {
var tmp = map[string]string{
"gid": v.Gid,
"gid": v.GoodsSign,
"title": v.GoodsTitle,
"img": v.GoodsImg,
"sales": zhios_third_party_utils.AnyToString(v.GoodsSales),


Loading…
Cancel
Save