摘要: public function authlogin(){ if($_GET){ $appid = ''; //微信的appid $secret= ''; //微信的secret秘钥 $code= $_GET['code'];//小程序传来的code值 $url = "https://api.weix 阅读全文
posted @ 2019-04-26 16:26 小强君 阅读(1240) 评论(0) 推荐(0)