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', '');