|
|
@@ -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");
|
|
|
|
|
|
}
|
|
|
|