...
This commit is contained in:
parent
f0052aae9b
commit
7a05dfd2ec
@ -153,7 +153,7 @@ class ShopController extends BaseAuthedController
|
||||
if (!empty($goods['free_type'])) {
|
||||
$count = $this->countFreeBuyTimes($goods['free_type'], $goods['id'], $goods['goods_id']);
|
||||
$goods['free_num'] = $goods['free_num'] - $count;
|
||||
error_log('free_num:' . $goods['free_num']);
|
||||
// error_log('free_num:' . $goods['free_num']);
|
||||
}
|
||||
|
||||
$address = $this->_getAddress();
|
||||
@ -424,7 +424,7 @@ class ShopController extends BaseAuthedController
|
||||
$max_count = count($arrCosts);
|
||||
$cost = $count < $max_count ? $arrCosts[$count] : -1;
|
||||
|
||||
error_log('getDailySelectionList 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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user