Skip to content

Commit

Permalink
update default up id to fix unknown error
Browse files Browse the repository at this point in the history
  • Loading branch information
RayWangQvQ committed May 11, 2024
1 parent 004d11c commit a86554f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Ray.BiliBiliTool.Console/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"DailyTaskConfig": {
"SupportUpIds": "",
"AutoChargeUpId": "220893216"
"AutoChargeUpId": "341688380"
},
"Security": {
"IsSkipDailyTask": false,
Expand Down
2 changes: 1 addition & 1 deletion src/Ray.BiliBiliTool.Console/appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"DailyTaskConfig": {
"SupportUpIds": "",
"AutoChargeUpId": "220893216"
"AutoChargeUpId": "341688380"
},
//用于UT验证
"IsPrd": true
Expand Down

0 comments on commit a86554f

Please sign in to comment.