PHP實現微信獲取用戶基本信息(openid、頭像、暱稱)

<?php error_reporting(1); header('Content-type:text/html; Charset=utf-8'); /* 配置開始 */ $appid = ''; //微信公衆平臺->開發->基本配置->AppID $appKey = ''; //微信公衆平臺->開發->基本配置->AppSecret /* 配置結束 */ //①、獲取用戶openid $
相關文章
相關標籤/搜索