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

25 lines
558 B
JSON

{
"guide_account": "xxxxxxxx",
"task_name": "testtask_name111",
"task_remark": "testtask_remark111",
"push_time": 1589010582,
"openid": ["yyyyyyyy"],
"material": [
{
"type": 1,
"word": "testword"
},
{
"type": 3,
"media_id": "xxxxxxxxxxxxxx"
},
{
"type": 49,
"media_id": "xxxxxxxxxxxxxx",
"title": "test_title",
"path": "page/index/index",
"appid": "wxzzzzzzzzzzzz"
}
]
}