|
@@ -1712,7 +1712,7 @@ class OrdersController extends Controller
|
|
|
$huawei_activity_id = redisEnv('HUAWEI_ACTIVITY_ID');
|
|
|
|
|
|
if($huawei_activity_id && $activity_id && $activity_id == $huawei_activity_id){
|
|
|
- $product_id_relate_lottery_count = ['6117'=>1,'6118'=>2,'6119'=>3,'6120'=>4];
|
|
|
+ $product_id_relate_lottery_count = ['6117'=>1,'6118'=>2,'6119'=>4,'6120'=>8];
|
|
|
if(isset($product_id_relate_lottery_count[$product_id])){
|
|
|
$info = DB::table('huaweilottery_user_counts')->where('uid',$uid)->select('count')->first();
|
|
|
if($info){
|