|
@@ -9,6 +9,7 @@ namespace app\controller\api\store\merchant;
|
|
9
|
use think\App;
|
9
|
use think\App;
|
|
10
|
use crmeb\basic\BaseController;
|
10
|
use crmeb\basic\BaseController;
|
|
11
|
use app\common\repositories\system\merchant\MerchantRepository as repository;
|
11
|
use app\common\repositories\system\merchant\MerchantRepository as repository;
|
|
|
|
12
|
+use app\common\repositories\store\product\ProductRepository;
|
|
12
|
use think\facade\Db;
|
13
|
use think\facade\Db;
|
|
13
|
use think\facade\Log;
|
14
|
use think\facade\Log;
|
|
14
|
use function Symfony\Component\VarDumper\Dumper\esc;
|
15
|
use function Symfony\Component\VarDumper\Dumper\esc;
|