摘要:
public function __construct(){ parent::__construct(); $user_id = $this->user_id; $user = $this->user; $tokenData = DB::name('ktt_user_token')->where(' 阅读全文
posted @ 2022-01-05 11:34
Liiu
阅读(655)
评论(0)
推荐(0)
摘要:
<?php namespace app\common; class Pdd{ public $client_id = ''; // 你的client_id public $client_secret = ''; // 你的client_secret public $url = 'http://gw- 阅读全文
posted @ 2022-01-05 11:22
Liiu
阅读(1231)
评论(1)
推荐(0)