Commit 3d7248d5 by agan

修改分享类型

parent 03f4eab4
Showing with 4 additions and 4 deletions
...@@ -143,10 +143,10 @@ webAppComm.prototype.goShare = function (shareContent) { ...@@ -143,10 +143,10 @@ webAppComm.prototype.goShare = function (shareContent) {
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
"data": { "data": {
"shareContent": shareContent, "shareContent": shareContent,
"shareType": { "shareType": { //1图片 2文字 3网页
"wechat": 1, "wechat": 3,
"wechat_moment": 1, "wechat_moment": 3,
"facebook": 1, "facebook": 3,
"line": 3, "line": 3,
"link": 3, "link": 3,
"whatsApp": 3, "whatsApp": 3,
......
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