This commit is contained in:
aozhiwei 2024-11-09 10:33:50 +08:00
parent 31eadfbed1
commit 81cd2a0c44

View File

@ -134,8 +134,8 @@ class CircuitRankingService extends BaseService {
$userDb = array( $userDb = array(
'account_id' => $row['account_id'], 'account_id' => $row['account_id'],
'name' => $robotMeta['name'], 'name' => $robotMeta['name'],
'head_id' => 1, 'head_id' => 50001,
'head_frame' => 1, 'head_frame' => 60000,
); );
$heroDb = array( $heroDb = array(
'hero_id' => $robotMeta['hero_id'], 'hero_id' => $robotMeta['hero_id'],