mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 18:48:10 +08:00
test(work): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"item_list": [
|
||||
{
|
||||
"card_id": "CARDID1",
|
||||
"encrypt_code": "ENCRYPTCODE1"
|
||||
},
|
||||
{
|
||||
"card_id": "CARDID2",
|
||||
"encrypt_code": "ENCRYPTCODE2"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"item_list": [
|
||||
{
|
||||
"card_id": "CARDID",
|
||||
"openid": "ofdsfasfsafsafasf",
|
||||
"type": "增值税电子普通发票",
|
||||
"payee": "深圳市XX有限公司",
|
||||
"detail": "可在公司企业微信内报销使用",
|
||||
"user_info": {
|
||||
"fee": 4000,
|
||||
"title": "XX有限公司",
|
||||
"billing_time": 1478620800,
|
||||
"billing_no": "00000001",
|
||||
"billing_code": "000000000001",
|
||||
"info": [
|
||||
{
|
||||
"name": "NAME",
|
||||
"num": 10,
|
||||
"unit": "吨",
|
||||
"price": 4
|
||||
}
|
||||
],
|
||||
"fee_without_tax": 2345,
|
||||
"tax": 123,
|
||||
"detail": "项目",
|
||||
"pdf_url": "pdf_url",
|
||||
"reimburse_status": "INVOICE_REIMBURSE_INIT",
|
||||
"check_code": "CHECKCODE",
|
||||
"buyer_number": "BUYERNUMER"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"card_id": "CARDID",
|
||||
"encrypt_code": "ENCRYPTCODE"
|
||||
}
|
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"card_id": "CARDID",
|
||||
"begin_time": 1469084420,
|
||||
"end_time": 2100236420,
|
||||
"openid": "oxfdsfsafaf",
|
||||
"type": "增值税电子普通发票",
|
||||
"payee": "深圳市XX有限公司",
|
||||
"detail": "可在公司企业微信内报销使用",
|
||||
"user_info": {
|
||||
"fee": 4000,
|
||||
"title": "XX有限公司",
|
||||
"billing_time": 1478620800,
|
||||
"billing_no": "00000001",
|
||||
"billing_code": "000000000001",
|
||||
"info": [
|
||||
{
|
||||
"name": "NAME",
|
||||
"num": 10,
|
||||
"unit": "吨",
|
||||
"price": 4
|
||||
}
|
||||
],
|
||||
"fee_without_tax": 2345,
|
||||
"tax": 123,
|
||||
"detail": "项目",
|
||||
"pdf_url": "pdf_url",
|
||||
"reimburse_status": "INVOICE_REIMBURSE_INIT",
|
||||
"check_code": "check_code"
|
||||
}
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"card_id": "CARDID",
|
||||
"encrypt_code": "ENCRYPTCODE",
|
||||
"reimburse_status": "INVOICE_REIMBURSE_INIT"
|
||||
}
|
||||
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"openid": "OPENID",
|
||||
"reimburse_status": "INVOICE_REIMBURSE_INIT",
|
||||
"invoice_list": [
|
||||
{
|
||||
"card_id": "cardid_1",
|
||||
"encrypt_code": "encrypt_code_1"
|
||||
},
|
||||
{
|
||||
"card_id": "cardid_2",
|
||||
"encrypt_code": "encrypt_code_2"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user