wuxw
2023-08-23 6bbe7f2873618a0d896cca03f424a1bd02a45177
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,String ownerId, JSONObject content);
    ResultVo sendOweFeeMsg(String communityId, String userId,String ownerId, List<JSONObject> contents);
    /**
     * 发送缴费成功提醒