mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-03-10 00:13:36 +08:00
feat(tenpayv3): 新增区块链电子发票相关接口
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"callback_url": "https://pay.weixin.qq.com/callback"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"callback_url": "https://pay.weixin.qq.com/callback"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"callback_url": "https://pay.weixin.qq.com/callback"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"offset": "0",
|
||||
"limit": 5,
|
||||
"data": [
|
||||
{
|
||||
"tax_code": "3010101020203000000",
|
||||
"goods_name": "出租汽车客运服务",
|
||||
"tax_rate": 1300,
|
||||
"tax_prefer_mark": "NO_FAVORABLE"
|
||||
}
|
||||
],
|
||||
"total_count": 20
|
||||
}
|
||||
Reference in New Issue
Block a user