java110
2020-06-16 24fd330a29f74785791c90836a70ea00a2911dc4
service-front/src/main/java/com/java110/front/smo/wechatGateway/impl/WechatGatewaySMOImpl.java
@@ -44,7 +44,7 @@
    public ResponseEntity<String>
    gateway(IPageData pd) throws Exception {
        JSONObject paramIn = JSONObject.parseObject(JSONObject.toJSONString(pd.getReqData()));
        JSONObject paramIn = JSONObject.parseObject(pd.getReqData());
        Assert.hasKeyAndValue(paramIn, "fromUserName", "请求报文中未包含fromUserName");
        Assert.hasKeyAndValue(paramIn, "toUserName", "请求报文中未包含toUserName");