<?php
namespace app\api\model;
use think\Model;
class WechatFriendModel extends Model
{
// 设置表名
protected $table = 's2_wechat_friend';
}