# weixin-client for java **Repository Path**: yanshare/weixin-client-for-java ## Basic Information - **Project Name**: weixin-client for java - **Description**: 微信公众帐号客户端 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2013-07-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README weixin-client(非官方微信公众帐号SDK) -------- #### 1.登录 IWXClient client = new DefaultWXClient("username","pwd"); #### 2.验证登录状态(未完成)