This website works better with JavaScript.
Home
Explore
Help
Sign In
dengbiao
/
zhimeng
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新
master
huangjiajun
10 months ago
parent
913b7d3e22
commit
bb97c4eb3c
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/hdl/zhimeng_platform/hdl_guide_order_list.go
+1
-0
app/svc/platform/svc_guide_order_list.go
+1
-0
app/task/svc/svc_tik_tok_local_life_order_settle.go
+ 1
- 0
app/hdl/zhimeng_platform/hdl_guide_order_list.go
View File
@@ -15,6 +15,7 @@ func GuideOrderList(c *gin.Context) {
}
platformMap := map[string]string{
"tikTok_life": "抖音本地生活",
"csjp": "穿山甲抖音",
}
data, total := platform.GuideOrderList(c, args)
+ 1
- 0
app/svc/platform/svc_guide_order_list.go
View File
@@ -71,6 +71,7 @@ func GuideOrderOutput(c *gin.Context, args map[string]string) (string, map[strin
}
platformMap := map[string]string{
"tikTok_life": "抖音本地生活",
"csjp": "穿山甲抖音",
}
list, _ := db.GetGuideOrderListTotal(args)
+ 1
- 0
app/task/svc/svc_tik_tok_local_life_order_settle.go
View File
@@ -32,6 +32,7 @@ func TikTokLocalLifeOrderSettle() {
fmt.Println(utils.SerializeStr(order))
platformMap := map[string]string{
"tikTok_life": "抖音本地生活",
"csjp": "穿山甲抖音",
}
for _, v := range order {
fmt.Println("=================00")
Write
Preview
Loading…
Cancel
Save