From aa92aa148f04a153dff6704325142fffcf8c5f9c Mon Sep 17 00:00:00 2001 From: songliang Date: Tue, 4 Jul 2023 14:15:16 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index 965ac7f2..5f961977 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -430,7 +430,7 @@ class ShopController extends BaseAuthedController $max_count = count($arrCosts); $cost = $count < $max_count ? $arrCosts[$count] : -1; - error_log('address: ' . $address . ' idx:'. $selection['idx'] . ' refresh_info:' . "{$count}/{$max_count}" . ' cost:' . $cost); + error_log('getDailySelectionList address: ' . $address . ' idx:'. $selection['idx'] . ' refresh_info:' . "{$count}/{$max_count}" . ' cost:' . $cost); $this->_rspData( array(