nidesky
Results
2
comments of
nidesky
 laravel5 中 ``` php public function __construct() { $this->service = new \Eva\EvaOAuth\Service('Weibo', [ 'key' => '*****', //对应微博的API Key 'secret' => '********', //对应微博的Secret 'callback' => 'http://******/weibo-oauth' //回调地址 ]); } public...
@AlloVince 好快的反馈速度,值得信赖。