代码提交

This commit is contained in:
wong
2025-05-02 15:40:11 +08:00
parent f75c5fc310
commit 95246fda4e
7 changed files with 953 additions and 104 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\api\model;
use think\Model;
class WechatMomentsModel extends Model
{
// 设置表名
protected $table = 's2_wechat_moments';
}