ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 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 } ```