1
This commit is contained in:
@@ -829,9 +829,7 @@ public class JDOrderController extends BaseController {
|
|||||||
String token = "super_token_b62190c26"; // 与WxtsUtil中的TOKEN保持一致
|
String token = "super_token_b62190c26"; // 与WxtsUtil中的TOKEN保持一致
|
||||||
JSONObject pushParam = new JSONObject();
|
JSONObject pushParam = new JSONObject();
|
||||||
pushParam.put("title", "JD物流信息推送");
|
pushParam.put("title", "JD物流信息推送");
|
||||||
String content = pushContent.toString().replaceAll("\\n", "<br>");
|
String content = pushContent.toString();
|
||||||
String common = " ";
|
|
||||||
content = common + content + "<br><br>";
|
|
||||||
pushParam.put("text", content);
|
pushParam.put("text", content);
|
||||||
|
|
||||||
// 使用支持自定义header的HTTP请求
|
// 使用支持自定义header的HTTP请求
|
||||||
|
|||||||
Reference in New Issue
Block a user