mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-23 18:00:29 +08:00
[更新]修改微信粉丝信息修改
This commit is contained in:
parent
44d14c9f4e
commit
069f8c13d5
@ -256,7 +256,7 @@ class Api extends Controller
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$data = ['subscribe' => '0', 'appid' => $this->wechat->appid, 'openid' => $this->openid];
|
$data = ['subscribe' => '0', 'appid' => $this->wechat->appid, 'openid' => $this->openid];
|
||||||
DataService::save('wechat_fans', $data, ['appid', 'openid']);
|
DataService::save('wechat_fans', $data, 'openid');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user