Browse Source

接口网址

lizhen_gitee 7 months ago
parent
commit
cef41f56dd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      application/api/controller/Baseconfig.php

+ 3 - 0
application/api/controller/Baseconfig.php

@@ -13,6 +13,9 @@ class Baseconfig extends Api
     protected $noNeedLogin = ['*'];
     protected $noNeedRight = ['*'];
 
+    public function apiurl(){
+        $this->success('success','https://jiankangyijia.huxiukeji.cn');
+    }
    
     public function index(){