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