|
@@ -254,7 +254,7 @@ public class hyworkorder extends PaoCust {
|
|
|
org.json.JSONObject jsonObject = new org.json.JSONObject();
|
|
org.json.JSONObject jsonObject = new org.json.JSONObject();
|
|
|
jsonObject.put("account", "N3147701");
|
|
jsonObject.put("account", "N3147701");
|
|
|
jsonObject.put("password", "4ClGyab6fv6a87");
|
|
jsonObject.put("password", "4ClGyab6fv6a87");
|
|
|
- jsonObject.put("msg", "【Banninger】工单号:" + getString("FWORKNUM") + "已创建,请处理,工单查询链接:" + "1234");
|
|
|
|
|
|
|
+ jsonObject.put("msg", "【Banninger】工单号:" + getString("FWORKNUM") + "已创建,请处理,工单查询链接:" + "http://122.226.136.204:8082/BGJ/tz/tripList.html?id="+getString("SCENEPHONE"));
|
|
|
jsonObject.put("phone", getString("SCENEPHONE"));
|
|
jsonObject.put("phone", getString("SCENEPHONE"));
|
|
|
rest.addRawBody(jsonObject.toString());
|
|
rest.addRawBody(jsonObject.toString());
|
|
|
String s = rest.post();
|
|
String s = rest.post();
|
|
@@ -262,7 +262,7 @@ public class hyworkorder extends PaoCust {
|
|
|
P2Server.getP2Server().getSystemUserInfo());
|
|
P2Server.getP2Server().getSystemUserInfo());
|
|
|
PaoRemote remote = verCodehistory.addAtEnd();
|
|
PaoRemote remote = verCodehistory.addAtEnd();
|
|
|
remote.setValue("phone", getString("SCENEPHONE"));
|
|
remote.setValue("phone", getString("SCENEPHONE"));
|
|
|
- remote.setValue("msg", "【Banninger】工单号:" + getString("FWORKNUM") + "已创建,请处理,工单查询链接:" + "1234");
|
|
|
|
|
|
|
+ remote.setValue("msg", "【Banninger】工单号:" + getString("FWORKNUM") + "已创建,请处理,工单查询链接:" + "http://122.226.136.204:8082/BGJ/tz/tripList.html?id="+getString("SCENEPHONE"));
|
|
|
remote.setValue("content", s);
|
|
remote.setValue("content", s);
|
|
|
verCodehistory.save();
|
|
verCodehistory.save();
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|