🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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 } ```