兼容修改

This commit is contained in:
张松
2025-08-16 15:31:02 +08:00
parent 96b652872b
commit 0711fe22be

View File

@@ -78,7 +78,7 @@ class DiscSpinningController extends Frontend
'draws' => $resp
]);
$resp = convertToCamelCase($resp);
$resp['img'] = $resp['imgUrl'];
$resp['img'] = $resp['img_url'] ?? '';
$this->successWithData($resp);
}