mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
15 lines
310 B
JSON
15 lines
310 B
JSON
![]() |
{
|
|||
|
"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"
|
|||
|
}
|
|||
|
]
|
|||
|
}
|