保持代码最新版。

This commit is contained in:
2025-08-12 14:18:59 +08:00
parent 406079433c
commit 4a209c6398
10 changed files with 56 additions and 23 deletions

View File

@@ -35,7 +35,7 @@ class DaySeconds
$data = [
'today_hot_value' => 0,
];
db::name('vs_room')->where(['id' => $value['id']])->save($data);
db::name('vs_room')->where(['id' => $value['id']])->update($data);
}
echo date('Y-m-d H:i:s').' 完成'."\n";
die;

View File

@@ -30,9 +30,9 @@ class PerformPerSecond
echo "pk发起10秒后无应答拒绝\n";
$this->pk_start_refuse();
echo "\n";
echo "提现云账号订单状态查询:\n";
$this->withdraw_order_status();
echo "\n";
// echo "提现云账号订单状态查询:\n";
// $this->withdraw_order_status();
// echo "\n";
}
@@ -144,6 +144,7 @@ class PerformPerSecond
db::name('vs_user_withdrawal')->where('order_sn',$value['order_sn'])->update([
'status' => 6,
'pay_time' => time(),
'pay_message' => $result['data']['msg'],
'updatetime' => time()
]);
}else{