java110
2020-06-15 02fdddd945ec1fda93b8c5bf5cf7ae797c92c4a1
service-api/src/main/java/com/java110/api/listener/smallWeChat/SaveSmallWeChatListener.java
@@ -26,6 +26,8 @@
        Assert.hasKeyAndValue(reqJson, "appId", "请求报文中未包含appId");
        Assert.hasKeyAndValue(reqJson, "appSecret", "请求报文中未包含appSecret");
        Assert.hasKeyAndValue(reqJson, "payPassword", "请求报文中未包含payPassword");
        Assert.hasKeyAndValue(reqJson, "weChatType", "请求报文中未包含weChatType");
        Assert.hasKeyAndValue(reqJson, "objId", "请求报文中未包含objId(小区id)");
    }
    @Override