mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-22 12:09:30 +08:00
15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"openid": "{openid}",
|
|
"reimburse_status": "{reimburse_status}",
|
|
"invoice_list": [
|
|
{
|
|
"card_id": "cardid_1",
|
|
"encrypt_code": "encrypt_code_1"
|
|
},
|
|
{
|
|
"card_id": "cardid_2",
|
|
"encrypt_code": "encrypt_code_2"
|
|
}
|
|
]
|
|
}
|