06 2017 档案

摘要:授权页面链接: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx14f******33aca21&redirect_uri=http://****.************.com/wechat/php/oauth_respon 阅读全文
posted @ 2017-06-12 10:25 SingleShadow 阅读(10464) 评论(0) 推荐(0)
摘要:function CurlPost($url, $data) { $curl = curl_init(); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, FA 阅读全文
posted @ 2017-06-09 17:08 SingleShadow 阅读(186) 评论(0) 推荐(0)
摘要:1.ios设备上浏览器对url的自动编码,android设备正常 用decodeURIComponent对url或者所需数据解码处理 阅读全文
posted @ 2017-06-09 11:39 SingleShadow 阅读(138) 评论(0) 推荐(0)