|
@@ -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);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|