1
This commit is contained in:
parent
afddbf1751
commit
17a528e653
@ -194,11 +194,12 @@ class TempToolsController extends BaseController {
|
||||
array(
|
||||
)
|
||||
);
|
||||
echo 'account_id' . "\n";
|
||||
echo 'account_id,first_battle_utc_time' . "\n";
|
||||
foreach ($rows as $row) {
|
||||
$channel = phpcommon\extractChannel($row['account_id']);
|
||||
if ($channel == 6516) {
|
||||
echo $row['account_id'] . "\n";
|
||||
echo phpcommon\extractOpenId($row['account_id'])
|
||||
. ',' . phpcommon\timestamp_to_datetime($row['createtime']) . "\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user