私域操盘手 - 调整微信账号限制记录至模型WechatRestrictsModel
This commit is contained in:
17
Server/application/common/model/WechatRestricts.php
Normal file
17
Server/application/common/model/WechatRestricts.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
/**
|
||||
* 微信风险受限记录
|
||||
*/
|
||||
class WechatRestricts extends Model
|
||||
{
|
||||
const LEVEL_WARNING = 2;
|
||||
const LEVEL_ERROR = 3;
|
||||
|
||||
// 设置数据表名
|
||||
protected $name = 'wechat_restricts';
|
||||
}
|
||||
Reference in New Issue
Block a user