💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# online字段开关样式弹窗数据查询 > url:/mtDiy/online/api/getDataByPop > author:aye > time:2022.03.12 ***** > 请求类型:post ***** > 传入参数: > | 序号 | 字段名 | 字段中文 | 数据类型 | 是否必填 | 备注 | > | --- | --- | --- | --- | --- | --- | > |1 |fatherCode|主表code |String |是 | | > |2 |sonCode|附表code |String |是 | | > |3 |dateId|主表数据id |String |是 | | > |4 |jsonObject|附表对象信息 |Json对象 |否 | 非填项 | ***** > 返回样例 ``` { "success": true, "message": "查询成功!", "code": 200, "result": [{ "id":"1", "xx":"yy", //xx为对应表列名,yy为对应值 "xx":"yy" }], "timestamp": 1648180478721 } ```