Skip to content

Comments

json conversion error#156

Open
alongisme wants to merge 4 commits intojonataslaw:masterfrom
alongisme:master
Open

json conversion error#156
alongisme wants to merge 4 commits intojonataslaw:masterfrom
alongisme:master

Conversation

@alongisme
Copy link

When I use the following json:
{
"code": 0,
"msg": "",
"data": [
{
"id": null,
"remark": null,
"createdBy": null,
"createdAt": null,
"updatedBy": null,
"updatedAt": null,
"delFlag": null,
"belongCustomerId": null,
"appCode": null,
"agreementName": "agreementName",
"functionCode": "functionCode",
"richTextId": null,
"richTextContent": "richTextContent",
"updateBy": null
}
]
}
There will be multiple "data" in the "toJson" method, and I have made modifications to meet such usage scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants