feat(IndexController): 更新IndexController以支持新的API配置
This commit is contained in:
parent
ba9ce8fdf1
commit
4c1a07e598
@ -188,7 +188,7 @@ class IndexController extends BaseApiController
|
|||||||
public function config()
|
public function config()
|
||||||
{
|
{
|
||||||
$list=[
|
$list=[
|
||||||
'store_id'=>5,
|
'id'=>5,
|
||||||
'store_name'=>'测试',
|
'store_name'=>'测试',
|
||||||
];
|
];
|
||||||
return $this->success('ok', $list);
|
return $this->success('ok', $list);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user