|
@@ -36,7 +36,7 @@ class VideoGroupInfoTransformer extends TransformerAbstract {
|
|
|
public function getVideo($id) {
|
|
|
try {
|
|
|
$url = config("customer.manage_service_url") . '/community/post/detail';
|
|
|
- $url = 'https://manage.dev.caihongxingqiu.com/community/post/detail';
|
|
|
+ //$url = 'https://manage.dev.caihongxingqiu.com/community/post/detail';
|
|
|
$array = [
|
|
|
'json' => ['id' => $id], 'query' => [], 'http_errors' => false, 'headers' => ['Authorization' => "Bearer " . JWTAuth::getToken()]
|
|
|
];
|