摘要: public function get_wx_access_token() { //将access_token存在session/cookie中 //如果access_token在session中并没有过期 if (isset($_SESSION['access_token']) && $_SESS 阅读全文
posted @ 2020-02-17 21:04 PHP小媛 阅读(456) 评论(0) 推荐(0) 编辑
摘要: <?php /** * Created by PhpStorm. * User: s * Date: 2018/11/3 * Time: 8:33 */ class PdoClass { protected $_pdo; public function __construct() { $this-> 阅读全文
posted @ 2020-02-17 20:02 PHP小媛 阅读(213) 评论(0) 推荐(0) 编辑
摘要: <?php /** * Created by PhpStorm. * User: s * Date: 2018/11/20 * Time: 10:07 */ class CurlClass { protected $_pdo; public function __construct() { $thi 阅读全文
posted @ 2020-02-17 19:56 PHP小媛 阅读(177) 评论(0) 推荐(0) 编辑