主错误码 | 主错误描述 |
---|---|
0 | 成功,其他都是失败 |
1 | 未选择账套 |
10000 | 系统异常 |
9999 | 参数异常 |
1030 | 账户过期 |
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut/zichancx.do?method=assetsStatusList' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json'
{
"data": [
{
"id": "string",
"allpath": "string",
"baseTypeName": "string",
"baseType": "string",
"dataKey": "string",
"dataValue": "string",
"dataValue2": "string",
"dataValue3": "string",
"parentId": {},
"isdel": 0,
"insertTime": "string",
"updateTime": "string",
"remark": "string",
"insertUser": "string",
"updateUser": "string",
"businessAuth": "string",
"dataValue4": "string",
"dataValue5": "string",
"dataValue6": "string",
"sort": 0
}
],
"msg": "string",
"code": 0
}