This commit is contained in:
aozhiwei 2023-08-08 11:10:23 +08:00
parent 4a6df1f73a
commit b9e9cfc938

View File

@ -188,6 +188,7 @@ class MallController extends BaseAuthedController {
return; return;
} }
Mall::cancel($goodsDto['goods_uuid']); Mall::cancel($goodsDto['goods_uuid']);
myself()->_rspOk(); myself()->_rspOk();
} }