作者 景龙
1 个管道 的构建 通过 耗费 0 秒

测试微博

... ... @@ -451,7 +451,7 @@ class LoginController extends HomeBaseController
$token = session('token');
$title = $this->request->post('title');//分享标题
$share_url = $this->request->post('share_url');//分享url
$article_id = $this->request->post('article_id');//分享文章id
$article_id = $this->request->post('id');//分享文章id
$url = 'https://api.weibo.com/2/statuses/share.json';
$data = [
'access_token' => $token,
... ...