mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
28 lines
600 B
JSON
28 lines
600 B
JSON
{
|
|
"auth_field": {
|
|
"user_field": {
|
|
"show_title": 1,
|
|
"show_phone": 1,
|
|
"show_email": 1,
|
|
"custom_field": [
|
|
{
|
|
"key": "field1"
|
|
}
|
|
]
|
|
},
|
|
"biz_field": {
|
|
"show_title": 1,
|
|
"show_tax_no": 1,
|
|
"show_addr": 1,
|
|
"show_phone": 1,
|
|
"show_bank_type": 1,
|
|
"show_bank_no": 1,
|
|
"custom_field": [
|
|
{
|
|
"key": "field2"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|