|
@@ -229,9 +229,9 @@ const logPreRepost = () => {
|
|
|
log_pre_repost.params = {}
|
|
|
log_pre_repost.names = []
|
|
|
|
|
|
- // rootTwitterName 在原始链接 上报原始发布者的name
|
|
|
- // fatherTwitterName 在分享链接 上报分享者的name
|
|
|
- // isFatherTwitterFans 在分享链接 邀请者非自己
|
|
|
+ // rootTwitterName 上报原始发布者的name
|
|
|
+ // fatherTwitterName 上报分享者的name
|
|
|
+ // isFatherTwitterFans 在原始链接或分享链接 邀请者非自己
|
|
|
// isRootTwitterFans 在原始链接或分享链接 发布者非自己
|
|
|
|
|
|
let params = {}
|