@@ -30,6 +30,7 @@ class SanJinService extends BaseService
*/
public static function getChannel($key = '')
{
+
$channel = self::$CHANNEL;
if($key){
return Lang($channel[$key]);