wuxw
2023-11-01 7fca0ff445f4c19d547daf71b47201505cb2b9c0
service-job/src/main/java/com/java110/job/msgNotify/IMsgNotify.java
@@ -3,6 +3,8 @@
import com.alibaba.fastjson.JSONObject;
import com.java110.vo.ResultVo;
import java.util.List;
/**
 * 消息通知 接口类
 */
@@ -22,16 +24,16 @@
     *
     * @param communityId 小区
     * @param userId 用户
     * @param content {
     * @param contents [{
     *                    "feeTypeName",
     *                     "payerObjName",
     *                     "billAmountOwed",
     *                     "date",
     *                url
     * }
     * }]
     * @return
     */
    ResultVo sendOweFeeMsg(String communityId, String userId, JSONObject content);
    ResultVo sendOweFeeMsg(String communityId, String userId,String ownerId, List<JSONObject> contents);
    /**
     * 发送缴费成功提醒
@@ -53,6 +55,7 @@
     * @param communityId 小区
     * @param userId 用户
     * @param content {
     *                repairId,
     *                repairTypeName,
     *                repairObjName,
     *                repairName,
@@ -68,6 +71,7 @@
     * @param communityId 小区
     * @param userId      用户
     * @param content     {
     *                    repairId,
     *                    repairName,
     *                    tel,
     *                    time,