web/web/GwClient.ashx
@@ -596,6 +596,11 @@ if (string.IsNullOrEmpty(clientID)) { throw new ArgumentException("客户账号不能为空,且必须为公司名称!"); } if (address.Length >= 150) { throw new ArgumentException("地址长度超出限制!"); } if (string.IsNullOrEmpty(company))