Commit df34d04c by 王栋源

wdy

parent 41e4a23d
...@@ -86,7 +86,7 @@ class TmtransactionApi extends ApiBase { ...@@ -86,7 +86,7 @@ class TmtransactionApi extends ApiBase {
} }
if (info.push_type == 2) { if (info.push_type == 2) {
var pobj = { var pobj = {
fid: info.wxuser_id, receiverId: info.wxuser_id,
title: info.companyname, title: info.companyname,
linkUrl: j linkUrl: j
} }
......
...@@ -532,7 +532,7 @@ class ToolCtl { ...@@ -532,7 +532,7 @@ class ToolCtl {
} }
if (obj.push_type == 2) { if (obj.push_type == 2) {
var pobj = { var pobj = {
fid: obj.wxuser_id, receiverId: obj.wxuser_id,
title: obj.companyname, title: obj.companyname,
linkUrl: info.filepath linkUrl: info.filepath
} }
......
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 to comment