|
@@ -84,7 +84,7 @@ class Custom extends Api{
|
|
'follow_qrcode'=>$followQrcode['thumb'],
|
|
'follow_qrcode'=>$followQrcode['thumb'],
|
|
'follow_linkurl'=>$followQrcode['link_url'],
|
|
'follow_linkurl'=>$followQrcode['link_url'],
|
|
'amount'=>$amountInfo['amount'],
|
|
'amount'=>$amountInfo['amount'],
|
|
- 'is_video_vip'=> $isVip ? ( $isVip['start_time'] >= time() && $isVip['end_time'] <= time() ? 1: 0 ) : 0,
|
|
|
|
|
|
+ 'is_video_vip'=> $isVip ? ( $isVip['start_time'] <= time() && $isVip['end_time'] >= time() ? 1: 0 ) : 0,
|
|
'transfer_amount'=>$amountInfo['transfer_amount'],
|
|
'transfer_amount'=>$amountInfo['transfer_amount'],
|
|
];
|
|
];
|
|
// 返回结果
|
|
// 返回结果
|