Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinGuide/Config/CgibinGuideSetGuideConfigRequest.json

17 lines
400 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"guide_account": "xxxx",
"is_delete": false,
"guide_fast_reply_list": [
{
"content": "快捷回复"
}
],
"guide_auto_reply": {
"content": "word",
"msgtype": "1"
},
"guide_auto_reply_plus": {
"content": "{\"media_id\":\"abc\", \"title\":\"abc\", \"path\":\"abc\", \"appid\":\"abc\"}",
"msgtype": "3"
}
}