{
"czlsh": "1111",
"jtNsrsbh": "",
"nsrsbh": "",
"nsrmc": "",
"czr": "",
"fplxdm": "",
"fpdm": "",
"fphm": "",
"kprq": "",
"hjje": "",
"jshj": "",
"jym": ""
}
curl --location --request POST 'https://api.baiwangjs.com/swgx-saas/swgx-api/interface/jxgl/fpcyNew' \
--header 'Date;' \
--header 'host;' \
--header 'x-htjs-nonce;' \
--header 'x-htjs-ua;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"czlsh": "1111",
"jtNsrsbh": "",
"nsrsbh": "",
"nsrmc": "",
"czr": "",
"fplxdm": "",
"fpdm": "",
"fphm": "",
"kprq": "",
"hjje": "",
"jshj": "",
"jym": ""
}'
{
"success": true, // 操作是否成功,true 表示成功
"code": 0, // 返回码,0 表示成功,其他值表示失败
"msg": "操作成功", // 提示信息
"data": { // 返回的报文数据
"returncode": "结果代码", // 结果代码,可能的取值:00:成功,01:失败,02:查无数据,03:查验不一致,04:此发票非本单位开具或取得
"returnmsg": "返回信息", // 返回信息,通常用于描述操作结果
"cyjgxx": "查验结果信息" // 查验结果信息,JSON 报文格式详见附录1.9乐企查验返回发票票面信息数据说明
}
}