增加若干API/增加多个网站功能项

This commit is contained in:
GoEdgeLab
2023-12-20 15:09:09 +08:00
parent 09031c6868
commit fdec24a889
18 changed files with 1286 additions and 540 deletions

View File

@@ -3,8 +3,10 @@ option go_package = "./pb";
package pb;
// 用户功能定义
message UserFeature {
string code = 1;
string name = 2;
string description = 3;
string code = 1; // 代号
string name = 2; // 名称
string description = 3; // 描述
bool supportPlan = 4; // 是否支持套餐
}