From b9e9cfc9389c14f882c989c0f400ea849ce5267e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Aug 2023 11:10:23 +0800 Subject: [PATCH] 1 --- webapp/controller/MallController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/MallController.class.php b/webapp/controller/MallController.class.php index 95baa1bb..fca2b7b0 100644 --- a/webapp/controller/MallController.class.php +++ b/webapp/controller/MallController.class.php @@ -188,6 +188,7 @@ class MallController extends BaseAuthedController { return; } Mall::cancel($goodsDto['goods_uuid']); + myself()->_rspOk(); }