Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 549 Bytes

README.md

File metadata and controls

16 lines (16 loc) · 549 Bytes

weworkapi

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