菜单名称 | 编码 | 备注 |
---|---|---|
统计配置 | ZHCX-ZDYBB | 用于自定义报表统计跳转统计配置 |
票据领用 | PJGL-PJLY(X) | 用于在收款登记中领用票据 |
凭证录入 | PZGL-PZLR | 用于单据报账中生成凭证 |
{
"menuCode": "string"
}
curl --location --request POST 'http://172.168.1.18:8657/sz-prodcut//tjCwKmMoney/authorityToJudge.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"menuCode": "string"
}'
{
"data": null,
"msg": "string",
"code": 0,
"success": true
}