mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
Reference in New Issue
Block a user