|
|
|
@@ -493,7 +493,7 @@ public class WxCarController extends BaseController { |
|
|
|
StringBuffer attachSb = new StringBuffer("{") |
|
|
|
.append("\"u\":").append(user.getUserId()) |
|
|
|
.append(",\"uh\":\"").append(user.getPhone()).append("\"") |
|
|
|
.append(",\"car:\":\"").append(carNumber).append("\"") |
|
|
|
.append(",\"car:\":\"").append("aaaaaa").append("\"") |
|
|
|
.append(",\"fee\":").append(payOrder.getFee()); |
|
|
|
if (rlength > 4) { |
|
|
|
attachSb.append(",\"ma\":\"").append(receiverAccount.substring(rlength-4,rlength)).append("\""); |
|
|
|
@@ -524,6 +524,10 @@ public class WxCarController extends BaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
private String handleChinese(String content) { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 停车费支付订单列表 |
|
|
|
* |
|
|
|
|