Commit 454ac96c authored by hangjun83's avatar hangjun83

优化

parent d5802c05
...@@ -21,5 +21,14 @@ class ThirdPlatformService extends PlatformAbstractService ...@@ -21,5 +21,14 @@ class ThirdPlatformService extends PlatformAbstractService
$platform = $this->getPlatformInfo('platform_token'); $platform = $this->getPlatformInfo('platform_token');
return $platform ? $platform : []; return $platform ? $platform : [];
} }
public function checkUrlFrom($url)
{
$platformInfo = $this->getPlatformInfo();
if(!$platformInfo){
return false;
}
}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment