mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"touser": "OPENID",
|
|
"template_id": "TEMPLATE_ID",
|
|
"url": "URL",
|
|
"miniprogram": {
|
|
"appid": "xiaochengxuappid12345",
|
|
"pagepath": "index?foo=bar"
|
|
},
|
|
"scene": "SCENE",
|
|
"title": "TITLE",
|
|
"data": {
|
|
"content": {
|
|
"value": "VALUE",
|
|
"color": "COLOR"
|
|
}
|
|
}
|
|
} |