소스 검색

调试订单推送

林琦海 5 년 전
부모
커밋
be57760a06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app-hd/controllers/TestController.php

+ 1 - 1
app-hd/controllers/TestController.php

@@ -113,6 +113,6 @@ class TestController extends BaseController
     public function actionSendOrder()
     public function actionSendOrder()
     {
     {
         WsService::newOrderNotice($this->shopAdminId);
         WsService::newOrderNotice($this->shopAdminId);
-        util::complete();
+        util::complete($this->shopAdminId);
     }
     }
 }
 }