添加门店设置
This commit is contained in:
parent
16586fd5e7
commit
cbf01610b6
@ -68,6 +68,15 @@ class ConfigController extends BaseAdminController
|
|||||||
return $this->data($result);
|
return $this->data($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[
|
||||||
|
ApiDoc\Title('保存门店配置'),
|
||||||
|
ApiDoc\url('/store/config/saveStore'),
|
||||||
|
ApiDoc\Method('POST'),
|
||||||
|
ApiDoc\NotHeaders(),
|
||||||
|
ApiDoc\Author('中国队长'),
|
||||||
|
ApiDoc\Header(ref: [Definitions::class, "token"]),
|
||||||
|
ApiDoc\ResponseSuccess("data", type: "array"),
|
||||||
|
]
|
||||||
public function saveStore()
|
public function saveStore()
|
||||||
{
|
{
|
||||||
$params = $this->request->post();
|
$params = $this->request->post();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user