Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MuXia-0326 committed Oct 10, 2022
1 parent 84eb53e commit 1c84418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/bili/service/BiliService.java
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ public Map<String, Object> checkForm(String json, boolean skipCookieCheck) {
}
Integer reserveCoins = jsonObject.getInteger("reserveCoins");
if (reserveCoins != null && reserveCoins >= 0) {
biliCoinConfig.setReserveCoins(50);
biliCoinConfig.setReserveCoins(reserveCoins);
}
boolean enableClickLike = Boolean.parseBoolean(jsonObject.getString("enableClickLike"));
biliCoinConfig.setEnableClickLike(enableClickLike);
Expand Down

0 comments on commit 1c84418

Please sign in to comment.