Commit 63c71c5e by 王栋源

wdy

parent df34d04c
...@@ -58,10 +58,10 @@ class TmtransactionApi extends ApiBase { ...@@ -58,10 +58,10 @@ class TmtransactionApi extends ApiBase {
console.log(info.dataValues); console.log(info.dataValues);
if (info) { if (info) {
var cpush = ""; var cpush = "";
if (info.push_type == 1) { if (info.type == 1) {
cpush = "http://43.247.184.92:8015/tmdoc/api/createdoc?mycompanyname="; cpush = "http://43.247.184.92:8015/tmdoc/api/createdoc?mycompanyname=";
} }
if (info.push_type == 2) { if (info.type == 2) {
cpush = "http://43.247.184.94:19500/patentdoc/api/createdoc?mycompanyname="; cpush = "http://43.247.184.94:19500/patentdoc/api/createdoc?mycompanyname=";
} }
var url = cpush + encodeURIComponent(info.companyname); var url = cpush + encodeURIComponent(info.companyname);
......
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