摘要:
public function __construct(){ parent::__construct(); $user_id = $this->user_id; $user = $this->user; $tokenData = DB::name('ktt_user_token')->where(' 阅读全文
摘要:
<?php namespace app\common; class Pdd{ public $client_id = ''; // 你的client_id public $client_secret = ''; // 你的client_secret public $url = 'http://gw- 阅读全文