feature/main20240421
guojia 9 months ago
parent 2dbddd56c9
commit 46b1feb798
  1. 2
      app/api/controller/Merchant.php

@ -167,7 +167,7 @@ class Merchant extends Controller
public function getPageStyle(): Json
{
// 新增记录
$style = StyleModel::detail();
$style = StyleModel::detail(1, $this->storeId);
return $this->renderSuccess(compact('style'));
}

Loading…
Cancel
Save