package kashangwl const ( CodeSuccess = "ok" ) const ( apiUrl = "http://www.kashangwl.com" ) const ( logTable = "kashangwl" ) const Version = "1.0.1"