主错误码 | 主错误描述 |
---|---|
0 | 成功,其他都是失败 |
1 | 未选择账套 |
10000 | 系统异常 |
9999 | 参数异常 |
1030 | 账户过期 |
curl --location --request POST 'http://localhost:8075/sz_product_new/jwCommonOpen.do?method=assetsTypeList&assetsProperty=' \
--header 'Cookie: JSESSIONID=8C8729F95691F2822918B86B25BF73F6;JSESSIONID=;JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json'
{
"data": {
"operationRoot": {
"children": [
{
"children": [
{
"children": [
{
"children": null,
"id": "string",
"name": "string",
"pid": "string"
}
],
"id": "string",
"name": "string",
"pid": "string"
}
],
"id": "string",
"name": "string",
"pid": "string"
}
],
"id": "string",
"name": "string",
"pid": "string"
},
"offOperationRoot": {
"children": [
{
"children": [
{
"children": null,
"id": "string",
"name": "string",
"pid": "string"
}
],
"id": "string",
"name": "string",
"pid": "string"
}
],
"id": "string",
"name": "string",
"pid": null
},
"baseCodeIdList": [
"string"
]
},
"msg": "string",
"code": 0
}