From 4a3d59beefc2acfebfb4738ad5b475f1ec7582cb Mon Sep 17 00:00:00 2001 From: lqmac Date: Fri, 21 Jun 2024 15:15:08 +0800 Subject: [PATCH] 1 --- app/store/controller/Merchant.php | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/app/store/controller/Merchant.php b/app/store/controller/Merchant.php index 4f3c86aa..22223012 100644 --- a/app/store/controller/Merchant.php +++ b/app/store/controller/Merchant.php @@ -21,7 +21,7 @@ use app\common\model\Channel; use app\store\model\store\User as StoreUserModel; use app\store\model\store\Role as role; use app\common\model\store\UserRole as UserRoleModel; - +use app\common\model\MerchantGoodsCate; /** * 商户ID、商店ID 隔离商城里面的商户 * Class Store @@ -178,4 +178,21 @@ class Merchant extends Controller return $this->renderSuccess(compact('detail')); } + public function setMerchantGoodsCate(): Json{ + $merchantId = $this->merchantId; + } + public function getMerchantGoodsCate(): Json{ + + } + + + + + + + + + + + }