if(empty($_W['openid'])||$_W['fans']['follow']!=1){
message( '請先關注公眾號!', '', 'error' );
}
當$_W['openid']為空時,
$_W['fans']['follow'] 等於0是沒有關注 等於1是已經關注 follow是關注的意思
轉載https://blog.csdn.net/sunxiaowen13/article/details/73776842
if(empty($_W['openid'])||$_W['fans']['follow']!=1){
message( '請先關注公眾號!', '', 'error' );
}
當$_W['openid']為空時,
$_W['fans']['follow'] 等於0是沒有關注 等於1是已經關注 follow是關注的意思
轉載https://blog.csdn.net/sunxiaowen13/article/details/73776842
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。