Commit 24e6e5fc by kaisa

feat:分享新增是否可以私信参数

parent 5529c758
Showing with 1 additions and 0 deletions
...@@ -73,6 +73,7 @@ if ($firefly.urlData.appversion >= 7400) { ...@@ -73,6 +73,7 @@ if ($firefly.urlData.appversion >= 7400) {
"pic": 'https://app.ixiulive.com/static/app/img/logo.png', "pic": 'https://app.ixiulive.com/static/app/img/logo.png',
"text": '', "text": '',
"whichShare": 0, "whichShare": 0,
"isPrivateMes": 1, // 是否可以分享私信 0:否 1:是
"webpage": location.origin + location.pathname + "?agentCode=" + $firefly.urlData.uid + "&bindType=3&uid=" + $firefly.urlData.uid, "webpage": location.origin + location.pathname + "?agentCode=" + $firefly.urlData.uid + "&bindType=3&uid=" + $firefly.urlData.uid,
} }
$firefly.goShare(shareContent) $firefly.goShare(shareContent)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment