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