💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
要隐藏模块名,有几种方法: 1、在入口文件中绑定模块 ~~~ define('BIND_MODULE','index'); ~~~ 或者在路由配置文件中进行绑定 ~~~ Route::bind('index'); ~~~ 2、添加下面的路由规则 ~~~ Route::rule(':controller/:action','index/:controller/:action'); ~~~