@@ -5,6 +5,9 @@ require_once __DIR__.'/../../../public/app/ucenter/function.php';
class StudioApi{
public static function getIdByName($name){
+ /**
+ * 获取 uuid
+ */
//TODO 改为studio table
if(empty($name)){
return false;