|
|
@@ -4,8 +4,10 @@ namespace hd\controllers;
|
|
|
|
|
|
use biz\sj\classes\SjClass;
|
|
|
use biz\sj\services\MerchantService;
|
|
|
+use bizGhs\ws\services\WsService;
|
|
|
use bizHd\message\classes\InformAdminClass;
|
|
|
use bizHd\order\services\OrderService;
|
|
|
+use common\components\util;
|
|
|
use common\components\wxUtil;
|
|
|
use Yii;
|
|
|
|
|
|
@@ -107,4 +109,10 @@ class TestController extends BaseController
|
|
|
$r = $producer->publish($msg, 'informExchange', 'informRoute');
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+ //模拟推送订单通知
|
|
|
+ public function actionSendOrder()
|
|
|
+ {
|
|
|
+ WsService::newOrderNotice($this->shopAdminId);
|
|
|
+ util::complete();
|
|
|
+ }
|
|
|
+}
|