DotNetCore.SKIT.FlurlHttpCl.../test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinGuide/MassSendJob/CgibinGuideAddGuideMassSendJobRequest.json

25 lines
558 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"guide_account": "xxxxxxxx",
"task_name": "testtask_name111",
"task_remark": "testtask_remark111",
"push_time": 1589010582,
2022-05-06 20:29:27 +08:00
"openid": ["yyyyyyyy"],
2021-05-28 19:27:38 +08:00
"material": [
{
"type": 1,
"word": "testword"
},
{
"type": 3,
"media_id": "xxxxxxxxxxxxxx"
},
{
"type": 49,
"media_id": "xxxxxxxxxxxxxx",
"title": "test_title",
"path": "page/index/index",
"appid": "wxzzzzzzzzzzzz"
}
]
2022-05-06 20:29:27 +08:00
}