Skip to content

cium1/weworkapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weworkapi

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