Tencent / APIJSON

🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users
http://apijson.cn
Other
17.27k stars 2.16k forks source link

【问题请教】 #732

Closed CarsonYue closed 5 months ago

CarsonYue commented 5 months ago

Description

入参: `{ "@record_date":"2024-05", "@region": [1,2], "@station_name": ["电站55","电站66"], "@customer_name": ["客户名称55","客户名称6"], "@business_type": ["1","2"], "@business_stage": ["1","4"], "[]": { "ValueAddedBusinessRecord": { "record_date@": "@record_date", "region{}@": "@region", "station_name{}@": "@station_name", "customer_name{}@": "@customer_name", "business_type{}@": "@business_type", "business_stage{}@": "@business_stage", "@column":"id,record_date,region,business_scope,station_name,customer_name,business_clue,opportunity_point,business_type,business_stage,have_budget,contract_amount,acceptance_amount,invoice_amount,cashed_amount,acceptance_file,solution_file,concat(plan_finish_year,'-',plan_finish_quarter)"

}

} }` 提示不合法!不允许传超过 100 个字符的函数或表达式!请用 @raw 简化传参!@raw怎么用?没有尝试成功