|
|
@@ -225,7 +225,7 @@ public class XxlService extends BaseService<CusFollow> {
|
|
|
// 发送消息
|
|
|
Map<String, Object> mapMessage = new HashMap<>();
|
|
|
mapMessage.put("loginType", loginType);
|
|
|
- mapMessage.put("otherParam", follow);
|
|
|
+ mapMessage.put("otherParam", JSONObject.toJSONString(follow));
|
|
|
// mapMessage.put("publicOpenId", user.get("publicOpenId"));
|
|
|
mapMessage.put("userWxId", user.get("userWxId"));
|
|
|
mapMessage.put("first", "客户跟进提醒");
|