Browse Source

:memo: add note

visuddhinanda 3 years ago
parent
commit
6a041ca7c8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Http/Api/StudioApi.php

+ 3 - 0
app/Http/Api/StudioApi.php

@@ -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;