|
@@ -1713,8 +1713,8 @@ class OrdersController extends Controller
|
|
|
$smart_bid = ReadRecordService::getSmartPush($uid);
|
|
|
if ($smart_bid && in_array($bid, $smart_bid)) {
|
|
|
try {
|
|
|
- $key = 'smartPushTestBookPaidUv:bid:%s';
|
|
|
- Redis::sadd(sprintf($key, $bid), $uid);
|
|
|
+ //$key = 'smartPushTestBookPaidUv:bid:%s';
|
|
|
+ //Redis::sadd(sprintf($key, $bid), $uid);
|
|
|
$now_amount = Redis::hget('smartPushTestBookPaidAmount', $bid);
|
|
|
if (!$now_amount) {
|
|
|
$now_amount = 0;
|