修复不能修改空间介绍的bug

This commit is contained in:
yezian 2024-05-08 18:00:49 +08:00
parent b2143572d5
commit 6ee6b9e684
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ const StreamerSpaceContent = () => {
},
body: JSON.stringify({
id: defaultValues.key,
profile: value.profile,
admission_price: parseInt(value.admission_price * 100, 10),
ironfanship_price: parseInt(value.ironfanship_price * 100, 10),
is_superfanship_enabled: parseInt(value.is_superfanship_enabled),