极狐领取订单
This commit is contained in:
@@ -286,6 +286,10 @@ class UserFollow extends Controller
|
||||
case 'mogu_order':
|
||||
$info['product_type'] = '蘑菇IP订单';
|
||||
break;
|
||||
|
||||
case 'jihu_order':
|
||||
$info['product_type'] = '极狐IP订单';
|
||||
break;
|
||||
case 'recharge':
|
||||
$info['product_type'] = 'IP充值';
|
||||
break;
|
||||
@@ -358,6 +362,8 @@ class UserFollow extends Controller
|
||||
case 'mogu_order':
|
||||
$info['product_type'] = '蘑菇IP订单';
|
||||
break;
|
||||
case 'jihu_order':
|
||||
$info['product_type'] = '极狐IP订单';
|
||||
case 'recharge':
|
||||
$info['product_type'] = 'IP充值';
|
||||
break;
|
||||
@@ -455,7 +461,7 @@ class UserFollow extends Controller
|
||||
'sell_money' => 0,
|
||||
'sell_type' => 0,
|
||||
];
|
||||
if ($data['product_type'] == 'other_order' || $data['product_type'] == 'mogu_order') {
|
||||
if ($data['product_type'] == 'other_order' || $data['product_type'] == 'mogu_order' || $data['product_type'] == 'jihu_order') {
|
||||
$sell_where = [
|
||||
'UserId' => $data['user_id'],
|
||||
'PaymentAmount' => $data['sell_money'],
|
||||
|
||||
Reference in New Issue
Block a user