thinkphp开发同步微信公众号粉丝
首先获取到当前公众号的id
|
初始化
private
$mp
;
public
function
_initialize(){
$mp
=getCurrentMp();
if
(
empty
(
$mp
)){
$this
->error(
'无使用的公众号'
,U(
'mp/index'
));
exit
;
}
else
{
$this
->mp=
$mp
;
}
}
获取access_token的方法
|
调用封装好的框架
|
|
做好准备工作后,开始同步
|
文章来源:https://www.php.cn/php-weizijiaocheng-394558.html
本文由 我爱PHP169 作者:admin 发表,其版权均为 我爱PHP169 所有,文章内容系作者个人观点,不代表 我爱PHP169 对观点赞同或支持。如需转载,请注明文章来源。