feat(userscore): 新增用户评分功能
- 添加 UserScore20250801 相关实体、DTO 和 API 控制器 - 实现用户评分列表、专家列表和提交评分的功能- 添加前端页面以展示和提交评分数据 - 优化评分计算逻辑,处理最高分和最低分
This commit is contained in:
@@ -26,22 +26,28 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"AllowedHosts": "*",
|
||||
"CorsAccessorSettings": {
|
||||
"PolicyName": "自定义跨域策略名",
|
||||
"WithOrigins": [ "http://localhost:8080", "https://mapi.zjzwfw.gov.cn" ]
|
||||
"WithOrigins": [
|
||||
"http://localhost:8080",
|
||||
"https://mapi.zjzwfw.gov.cn"
|
||||
]
|
||||
},
|
||||
"AppSettings": {
|
||||
"InjectSpecificationDocument1": false
|
||||
},
|
||||
"OSSProvider": {
|
||||
"Provider": "HuaweiCloud", //枚举值支持:Minio/Aliyun/QCloud
|
||||
"Endpoint": "http://10.74.25.87:6020", //腾讯云中表示AppId
|
||||
"Region": "", //地域
|
||||
"Provider": "HuaweiCloud",
|
||||
//枚举值支持:Minio/Aliyun/QCloud
|
||||
"Endpoint": "http://10.74.25.87:6020",
|
||||
//腾讯云中表示AppId
|
||||
"Region": "",
|
||||
//地域
|
||||
"AccessKey": "C4D30C2801D928AAF687",
|
||||
"SecretKey": "ooZVXaB1tqIz7DHTv53RILD7o5cAAAGAAdkoqlR2",
|
||||
"IsEnableCache": true //是否启用缓存,推荐开启
|
||||
"IsEnableCache": true
|
||||
//是否启用缓存,推荐开启
|
||||
},
|
||||
"NingboZhiChun": {
|
||||
"OpenSms": 0,
|
||||
@@ -55,6 +61,8 @@
|
||||
"SanjuKey": "vPFu7zKB08Uaxuzsc5zozAAT6W0zr3qw",
|
||||
"GetCommunitys": "http://sjk.test.ky.com/housesafety/statistics/GetCommunitys?searchName={0}",
|
||||
"GetHouseInfoCitysByCommunity": "http://sjk.test.ky.com/housesafety/statistics/GetHouseInfoCitysByCommunity?communityID={0}"
|
||||
},
|
||||
"UserScore": {
|
||||
"ExpertNumber": 10
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user