From b3c91408a7338c6ea0ee0f3e1acf1b269665107c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 4 Aug 2023 15:10:24 +0800 Subject: [PATCH] 1 --- webapp/controller/MallController.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/controller/MallController.class.php b/webapp/controller/MallController.class.php index 97bf2b06..624d334f 100644 --- a/webapp/controller/MallController.class.php +++ b/webapp/controller/MallController.class.php @@ -28,7 +28,7 @@ use services\LogService; class MallController extends BaseAuthedController { - public function sell() + public function productOnline() { $address = $this->_getAddress(); if (!$address) { @@ -164,7 +164,7 @@ class MallController extends BaseAuthedController { return $costItems; } - public function sellCancel() + public function productOffline() { $idx = getReqVal('idx', ''); @@ -228,7 +228,7 @@ class MallController extends BaseAuthedController { } } - public function sellUpdatePrice() + public function modifyPrice() { $idx = getReqVal('idx', ''); $s_price = getReqVal('s_price', '');