mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"touser": "OPENID",
|
||||
"template_id": "TEMPLATEID",
|
||||
"page": "mp.weixin.qq.com",
|
||||
"miniprogram": {
|
||||
"appid": "APPID",
|
||||
"pagepath": "index?foo=bar"
|
||||
},
|
||||
"data": {
|
||||
"name1": {
|
||||
"value": "广州腾讯科技有限公司"
|
||||
},
|
||||
"thing8": {
|
||||
"value": "广州腾讯科技有限公司"
|
||||
},
|
||||
"time7": {
|
||||
"value": "2019年8月8日"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok"
|
||||
}
|
||||
Reference in New Issue
Block a user