Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinGuide/Config/CgibinGuideGetGuideConfigResponse.json
2022-05-06 20:44:39 +08:00

21 lines
556 B
JSON

{
"errcode": 0,
"errmsg": "ok",
"guide_fast_reply_list": [
{
"content": "快捷回复",
"updatetime": 11111
}
],
"guide_auto_reply": {
"msgtype": 3,
"content": "{\"title\":\"abc\",\"appid\":\"abc\",\"path\":\"abc\",\"pic_url\":\"abc\",\"master_id\":abc,\"str_master_id\":\"abc\",\"slave_id\":abc,\"str_slave_id\":\"abc\"}",
"updatetime": 111
},
"guide_auto_reply_plus": {
"msgtype": 2,
"content": "abc",
"updatetime": 1589270333
}
}