mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信配置接口
This commit is contained in:
parent
b50042d957
commit
db936c2a02
@ -18,7 +18,6 @@ use controller\BasicAdmin;
|
|||||||
use service\ToolsService;
|
use service\ToolsService;
|
||||||
use service\WechatService;
|
use service\WechatService;
|
||||||
use think\Db;
|
use think\Db;
|
||||||
use think\Exception;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 微信粉丝管理
|
* 微信粉丝管理
|
||||||
|
@ -177,6 +177,8 @@ class Fans extends BasicAdmin
|
|||||||
*/
|
*/
|
||||||
public function sync()
|
public function sync()
|
||||||
{
|
{
|
||||||
|
echo 11;
|
||||||
|
exit;
|
||||||
try {
|
try {
|
||||||
Db::name($this->table)->where('1=1')->delete();
|
Db::name($this->table)->where('1=1')->delete();
|
||||||
FansService::sync();
|
FansService::sync();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user