- 在valuation模型中新增多个评估字段,包括稀缺等级、市场活动时间等 - 完善用户端输出模型,确保所有字段正确序列化 - 修复文件上传返回URL缺少BASE_URL的问题 - 更新Docker镜像版本至v1.2 - 添加静态文件路径到中间件排除列表 - 优化估值评估创建接口,自动关联当前用户ID
83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"asset_name": "资产名称",
|
|
"institution": "所属机构",
|
|
"industry": "农业",
|
|
"annual_revenue": "22",
|
|
"rd_investment": "33",
|
|
"three_year_income": [
|
|
"11",
|
|
"22",
|
|
"33"
|
|
],
|
|
"funding_status": "国家级资助",
|
|
"sales_volume": "22",
|
|
"link_views": "22",
|
|
"circulation": "0",
|
|
"last_market_activity": "0",
|
|
"monthly_transaction": "0",
|
|
"price_fluctuation": [
|
|
"2",
|
|
"3"
|
|
],
|
|
"application_maturity": "0",
|
|
"application_coverage": "0",
|
|
"cooperation_depth": "1",
|
|
"offline_activities": "3",
|
|
"online_accounts": [
|
|
"0",
|
|
"333"
|
|
],
|
|
"inheritor_level": "国家级传承人",
|
|
"inheritor_age_count": [
|
|
"55",
|
|
"66",
|
|
"77"
|
|
],
|
|
"inheritor_certificates": [
|
|
"http://example.com/国家级非遗传承人证书.jpg"
|
|
],
|
|
"heritage_level": "0",
|
|
"historical_evidence": {
|
|
"artifacts": "22",
|
|
"ancient_literature": "33",
|
|
"inheritor_testimony": "66"
|
|
},
|
|
"patent_certificates": [
|
|
"http://example.com/专利证书1.jpg",
|
|
"http://example.com/专利证书2.jpg"
|
|
],
|
|
"pattern_images": [
|
|
"pattern1.jpg"
|
|
],
|
|
"patent_application_no": "22",
|
|
"heritage_asset_level": "国家级非遗",
|
|
"inheritor_ages": [
|
|
"55",
|
|
"66",
|
|
"77"
|
|
],
|
|
"implementation_stage": "成熟应用",
|
|
"coverage_area": "全球覆盖",
|
|
"collaboration_type": "品牌联名",
|
|
"platform_accounts": {
|
|
"bilibili": {
|
|
"followers_count": 8000,
|
|
"likes": 1000,
|
|
"comments": 500,
|
|
"shares": 500
|
|
},
|
|
"douyin": {
|
|
"followers_count": 8000,
|
|
"likes": 1000,
|
|
"comments": 500,
|
|
"shares": 500
|
|
}
|
|
},
|
|
"scarcity_level": "孤品:全球唯一,不可复制(如特定版权、唯一实物)",
|
|
"market_activity_time": "近一周",
|
|
"price_range": {
|
|
"highest": "2",
|
|
"lowest": "3"
|
|
},
|
|
"monthly_transaction_amount": "月交易额<100万元"
|
|
} |