alphathinkyyl/weworkapi

v1.0.9 2023-05-15 01:06 UTC

This package is auto-updated.

Last update: 2024-04-15 03:01:51 UTC


README

weworkapi

composer require alphathinkyyl/weworkapi
  • Director
├── api // API 接口
│   ├── struct // API接口需要使用到的一些数据结构
│   ├── README.md
│   └── API.php // API接口的关键逻辑
├── callback // 消息回调的一些方法
└── utils // 一些基础方法