Ver código fonte

优化房屋费用报表

wuxw 2 anos atrás
pai
commit
7039fb5a74

+ 1 - 1
service-store/src/main/java/com/java110/store/cmd/smallWechat/UpdateSmallWechatCmd.java

@@ -57,7 +57,7 @@ public class UpdateSmallWechatCmd extends Cmd {
         Assert.hasKeyAndValue(reqJson, "name", "请求报文中未包含name");
         Assert.hasKeyAndValue(reqJson, "appId", "请求报文中未包含appId");
         Assert.hasKeyAndValue(reqJson, "appSecret", "请求报文中未包含appSecret");
-        Assert.hasKeyAndValue(reqJson, "payPassword", "请求报文中未包含payPassword");
+//        Assert.hasKeyAndValue(reqJson, "payPassword", "请求报文中未包含payPassword");
 
     }