摘要:
appId = $appId; $this->appSecret = $appSecret; } public function getAccessToken() { // access_token 应该全局存储与更新,以下代码以写入到文件中做示例 $data = json_decode($this->get_php_file("... 阅读全文
posted @ 2017-07-31 10:45
Window2016
阅读(269)
评论(0)
推荐(0)