|
@@ -203,7 +203,6 @@ public class AliMsgNotifyImpl implements IMsgNotify {
|
|
|
request.putQueryParameter("SignName", signName);
|
|
request.putQueryParameter("SignName", signName);
|
|
|
request.putQueryParameter("TemplateCode", templateCode);
|
|
request.putQueryParameter("TemplateCode", templateCode);
|
|
|
|
|
|
|
|
- BigDecimal oweFee = new BigDecimal(0);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
JSONObject param = new JSONObject();
|
|
JSONObject param = new JSONObject();
|
|
@@ -274,9 +273,6 @@ public class AliMsgNotifyImpl implements IMsgNotify {
|
|
|
request.putQueryParameter("SignName", signName);
|
|
request.putQueryParameter("SignName", signName);
|
|
|
request.putQueryParameter("TemplateCode", templateCode);
|
|
request.putQueryParameter("TemplateCode", templateCode);
|
|
|
|
|
|
|
|
- BigDecimal oweFee = new BigDecimal(0);
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
JSONObject param = new JSONObject();
|
|
JSONObject param = new JSONObject();
|
|
|
param.put("repairId", content.getString("repairId"));
|
|
param.put("repairId", content.getString("repairId"));
|
|
|
request.putQueryParameter("TemplateParam", param.toString());
|
|
request.putQueryParameter("TemplateParam", param.toString());
|