wzp
2022-11-24 a5b2428bc6ebac0210e4c552f61e7c5e1f1c9134
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))