调整架构,新增微信模块服务

This commit is contained in:
JaguarJack
2020-06-24 09:10:24 +08:00
parent 0e7453a6fe
commit 2d95212973
6 changed files with 109 additions and 16 deletions

View File

@@ -35,6 +35,7 @@ class Users extends CatchController
*/
public function index()
{
dd(WeChat::officialAccount()->server->serve()->send());
return CatchResponse::paginate($this->user->getList());
}