1. 新增WeChatApi独立项目,将原WebApi中的微信相关控制器迁移至新项目 2. 新增后台权限管理相关实体、服务接口和基础控制器 3. 完善管理员用户服务,增加角色关联查询和赋值逻辑 4. 修复WebApi Swagger文档过滤微信API版本的问题 5. 更新解决方案文件,添加新的微信API项目引用 6. 新增微信API基础配置文件和项目属性配置
44 lines
992 B
JSON
44 lines
992 B
JSON
{
|
|
"MedalRuleConfig": {
|
|
"Tables": [
|
|
{
|
|
"TableName": "CheckInRecord",
|
|
"DisplayName": "签到记录",
|
|
"Fields": [
|
|
{ "FieldName": "ContinuousDays", "DisplayName": "连续天数" }
|
|
]
|
|
},
|
|
{
|
|
"TableName": "UserPet",
|
|
"DisplayName": "宠物",
|
|
"Fields": [
|
|
{
|
|
"FieldName": "GrowthPoints",
|
|
"DisplayName": "成长值"
|
|
},
|
|
{
|
|
"FieldName": "FeedingCount",
|
|
"DisplayName": "喂养次数"
|
|
},
|
|
{
|
|
"FieldName": "Comprehension",
|
|
"DisplayName": "理解力"
|
|
},
|
|
{
|
|
"FieldName": "Judgment",
|
|
"DisplayName": "判断力"
|
|
},
|
|
{
|
|
"FieldName": "Expression",
|
|
"DisplayName": "表达力"
|
|
},
|
|
{
|
|
"FieldName": "Persuasiveness",
|
|
"DisplayName": "说服力"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|