...
This commit is contained in:
parent
bd6178a299
commit
aa92aa148f
@ -430,7 +430,7 @@ class ShopController extends BaseAuthedController
|
|||||||
$max_count = count($arrCosts);
|
$max_count = count($arrCosts);
|
||||||
$cost = $count < $max_count ? $arrCosts[$count] : -1;
|
$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(
|
$this->_rspData(
|
||||||
array(
|
array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user