feat(IndexController): 更新IndexController以支持新的API配置

This commit is contained in:
mkm 2024-06-17 19:51:13 +08:00
parent ba9ce8fdf1
commit 4c1a07e598

View File

@ -188,7 +188,7 @@ class IndexController extends BaseApiController
public function config()
{
$list=[
'store_id'=>5,
'id'=>5,
'store_name'=>'测试',
];
return $this->success('ok', $list);