套餐增加文件最大上传尺寸设置

This commit is contained in:
GoEdgeLab
2024-01-13 19:32:41 +08:00
parent b69583e3b7
commit f377fefaef
8 changed files with 275 additions and 155 deletions

View File

@@ -26,4 +26,5 @@ message Plan {
int64 monthlyRequests = 17; // 每月访问量额度
int64 dailyWebsocketConnections = 18; // 每日Websocket连接数额度
int64 monthlyWebsocketConnections = 19; // 每月Websocket连接数额度
bytes maxUploadSizeJSON = 23; // 文件最大上传尺寸 @link json:size_capacity
}