说明: class class_weixin_adv { var $appid = ""; var $appsecret = ""; //构造函数,获取Access Token public function __construct($appid = NULL, $appsecret = NULL) { if($appid){ $this->appid = $appid; } if($appsecret){ $this->appsecret = $appsecret; } //hardco
<qq_24049195> 上传 | 大小:6mb