当前位置:Gxlcms > PHP教程 > 为什么sae的stoage的domain存在却找不到

为什么sae的stoage的domain存在却找不到

时间:2021-07-01 10:21:17 帮助过:38人阅读

调用getList函数,显示错误“sorry, the file does not exist!”

    public function storage(){

        $s = new \Sae\SaeStorage();

      dump($s->getList("test"));

      dump($s->errmsg());

    }

回复内容:

调用getList函数,显示错误“sorry, the file does not exist!”

    public function storage(){

        $s = new \Sae\SaeStorage();

      dump($s->getList("test"));

      dump($s->errmsg());

    }

人气教程排行