|
|
|
@ -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{ |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|