ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# online字段开关样式弹窗数据保存 > url:/mtDiy/online/api/saveDataByPop > author:aye > time:2022.03.12 ***** > 请求类型:post ***** > 传入参数: > | 序号 | 字段名 | 字段中文 | 数据类型 | 是否必填 | 备注 | > | --- | --- | --- | --- | --- | --- | > |1 |fatherCode|主表code |String |是 | | > |2 |sonCode|附表code |String |是 | | > |3 |dateId|主表数据id |String |是 | | > |4 |jsonObject|附表对象信息 |Json对象 |是 | "jsonObject":{"xsbh":"test编号123"} | ***** > 返回样例 ``` { "success": true, "message": "保存成功!", "code": 200, "result": [], "timestamp": 1648180478721 } ```