主错误码 | 主错误描述 |
---|---|
0 | 成功,其他都是失败 |
1 | 未选择账套 |
10000 | 系统异常 |
9999 | 参数异常 |
1030 | 账户过期 |
{
"id": "string",
"ztId": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut/szAssetsChangeRecord/ getKmList.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"ztId": "string"
}'
{
"msg": "string",
"code": "string",
"data": {
"kmList": [
{
"kmCode": "string",
"balanceDirection": "string",
"id": "string",
"kmName": "string",
"kmye": "string"
}
],
"ztId": "string"
}
}