|
@@ -34,6 +34,7 @@ class VideoGroupInfoTransformer extends TransformerAbstract{
|
|
}
|
|
}
|
|
public function getVideo($id) {
|
|
public function getVideo($id) {
|
|
try {
|
|
try {
|
|
|
|
+ Log::info('获取 manage_service_url');
|
|
$url = config("customer.manage_service_url").'/community/post/detail';
|
|
$url = config("customer.manage_service_url").'/community/post/detail';
|
|
Log::info('测试域名:'.$url);
|
|
Log::info('测试域名:'.$url);
|
|
$array = [
|
|
$array = [
|