微信底层代码提交

This commit is contained in:
Ghost
2025-03-18 14:56:14 +08:00
parent 3ed4bd7eca
commit 35abbdb6fa
14 changed files with 626 additions and 121 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace app\common\model;
use think\Model;
class WechatChatroomModel extends Model
{
}