KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
wechat-tripartite-platform
★ 9
Open GitHub ↗
PHP的微信第三方平台扩展库
Download README (.md)
Explore Similar Repositories
NumPy_CNN
:
This project implemented some Convolutional Neural Network modules using pure NumPy. And a network built by these modules achieved over 99% test accuracy on MNIST dataset.
rphost-manager
:
1C rphost manager
BilibiliVideoDownload
:
_b站用户信息&视频下载——这个工具可以登录查询用户信息并下载视频,是我的学习B站api所写的代码 感谢@SocialSisterYi的api项目对我这个学习过程的协助https://github.com/SocialSisterYi/bilibili-API-collect 相关代码和编写过程很快会在我的博客https://eelp.cn 展示。
coc-java-dependency
:
An extension to provide additional Java project explorer features for coc-java
MONK
:
Monk Standard Wallet
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
wechat-tripartite-platform
?
Download (.md)
<h1 align="center">PHP的微信第三方平台扩展库</h1> 此为基于微信官方文档进行封装使用 ```shell script composer require liang/wechat-tripartite-platform ``` 如需对照时候集成此功能可查看UrlConfig文件对比官方文档 [官方文档](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/getting_started/how_to_read.html) [返回码快速查找](https://developers.weixin.qq.com/doc/oplatform/Return_codes/Return_code_descriptions_new.html) DIRECTORY STRUCTURE ------------------- ``` src library ``` [部分接口未测试可提issues](https://github.com/parieses/wechat-tripartite-platform) 路由统一管理文件:UrlConfig #### 目前集成模块 [开放平台接口](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/account/create.html) library下OpenPlatform [授权相关接口|授权方账号管理接口](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/token/component_verify_ticket.html) library下Authorization [小程序模板接口](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/code_template/gettemplatedraftlist.html) library下AppletTemplate [小程序成员管理接口](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Mini_Program_AdminManagement/Admin.html) library下AppletMember [小程序代码管理接口](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/code/commit.html) library下AppletCode [小程序基础信息设置接口](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Mini_Program_Basic_Info/Mini_Program_Information_Settings.html) library下AppletBasicInformation [违规和申诉管理](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/records/getillegalrecords.html) library下IllegalAndAppeal [普通链接二维码与小程序码](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/qrcode/qrcodejumpget.html) library下QrCode.php [扫码关注组件](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/subscribe_component/subscribe_component.html) library下ConcernComponent [小程序类目管理接口](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/category/getallcategories.html) library下AppletCategory [其他小程序业务接口|其他小程序相关接口](https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Business/SubcribeMessage.html) library下OtherApplet 未更新完毕 [集成微信支付官方包](https://github.com/wechatpay-apiv3/wechatpay-php) library下Pay 使用方法可参照官方(可通过web调用包的形式直接生成平台证书) -使用方法课参见Test Receive TestCallBack 可统一由WeChatServer进行调用也可单独调用