From 96549b4f1aa2e45fe17c2c731e2ebce8b78c19b5 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 10 Feb 2022 17:17:22 +0800 Subject: [PATCH] 1 --- webapp/controller/RestApiController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/RestApiController.class.php b/webapp/controller/RestApiController.class.php index 60e3c15d..37ee423b 100644 --- a/webapp/controller/RestApiController.class.php +++ b/webapp/controller/RestApiController.class.php @@ -24,7 +24,7 @@ class RestApiController extends BaseController { public function dispatch() { - myself()->_rspOk(); + //REQUEST_URI /api/nft?dafsf=1%26= } }