金柚静态 支付修改10
This commit is contained in:
@@ -57,7 +57,7 @@ class Account extends Model
|
||||
'DeleteTag' => 0,
|
||||
'Remark' => $account->region . $account->address,
|
||||
'Raw' => $account->inlet_website,
|
||||
'game_id' => $account->game_id,
|
||||
'game_id' => empty($account->game_id)?0:$account->game_id,
|
||||
];
|
||||
$account_list[] = $accounts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user