搜索 K
Appearance
Appearance
基于二维码内容自动查验发票真伪,免手输、高准确率。接口轻量灵活,适合扫码枪、APP、小程序等场景集成,是SaaS财税系统与线下财务终端的理想选择。
/v1/check_zzs/qrcodestr
https://fpzwcx.com/v1/check_zzs/qrcodestr
Authorization
: Bearer <your AppCode>
参数名 | 类型 | 必填 | 描述 |
---|---|---|---|
QRCodeStr | String | 是 | 二维码识别后的字符串 |
POST
。https://fpzwcx.com/v1/check_zzs/qrcodestr
。Content-Type
: application/json
Authorization
: Bearer <your_AppCode>
。{
"QRCodeStr": "012345678901"
}
curl -X POST https://fpzwcx.com/v1/check_zzs/qrcodestr \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <your_AppCode>" \
-d '{
"QRCodeStr": "012345678901"
}'