This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_third_party_api
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
30
Wiki
Activity
Browse Source
add reverse:for v1.0.4 更新
tags/v1.0.4
huangjiajun
2 years ago
parent
e14e32ecc7
commit
0d5b4c0fbb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tik_tok/md_tik_tok_activity.go
+ 1
- 1
tik_tok/md_tik_tok_activity.go
View File
@@ -1,7 +1,7 @@
package tik_tok
type TikTokActivity struct {
ActivityId
string
`json:"activity_id"`
ActivityId
int
`json:"activity_id"`
ActivityName string `json:"activity_name"`
ActivityEndTime string `json:"activity_end_time"`
}
Write
Preview
Loading…
Cancel
Save