# DelphiWeiXinSDK **Repository Path**: wowdarklym/DelphiWeiXinSDK ## Basic Information - **Project Name**: DelphiWeiXinSDK - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2020-06-26 - **Last Updated**: 2021-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 微信公众平台 Delphi SDK 使用方法 uses WX.App, WX.Common; var App: IwxApp; begin   App := TwxAppBuilder.New.AppId('编号').Secret('密码').Build;   App.GetMenuInfo;   App.GetUserList;   App.DownloadMedia;   //...   // ... end; 引用的其他库 https://github.com/ahausladen/JsonDataObjects https://github.com/danieleteti/delphiredisclient 有疑问联系qq:724464297