|
|
@@ -2,11 +2,8 @@
|
|
|
|
|
|
namespace ghs\controllers;
|
|
|
|
|
|
-use biz\admin\classes\AdminRoleClass;
|
|
|
use biz\product\classes\XjClass;
|
|
|
use biz\shop\classes\ShopExtClass;
|
|
|
-use biz\wx\classes\WxMessageClass;
|
|
|
-use bizGhs\shop\classes\ShopClass;
|
|
|
use common\components\printUtil;
|
|
|
use common\components\util;
|
|
|
use Yii;
|
|
|
@@ -81,11 +78,6 @@ class ShopExtController extends BaseController
|
|
|
//获取云喇叭信息 ssh 20220105
|
|
|
public function actionGetLb()
|
|
|
{
|
|
|
-
|
|
|
- $ghsShop = ShopClass::getById(36523, true);
|
|
|
- $custom = \bizGhs\custom\classes\CustomClass::getById(537, true);
|
|
|
- WxMessageClass::newGhsCustomInform($ghsShop, $custom);
|
|
|
-
|
|
|
$shopId = $this->shopId;
|
|
|
$ext = ShopExtClass::getByCondition(['shopId' => $shopId]);
|
|
|
util::success($ext);
|