Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Promoter/PromoterSendMessageRequest.json

11 lines
333 B
JSON
Raw Normal View History

{
"msg_type": 1,
"content": "{\"title\":\"今日优惠活动\",\"topic\":\"双十一大促\",\"desc\":\"三件五折,两件七折\",\"date\":\"2022/10/28\"}",
"appid": "xxxxx",
"path": "pages/index/xxxxx",
"list_type": 1,
"role_id": [ 1, 2 ],
"retail_id": [ "xxxxx", "xxxxx" ],
"id": [ "1", "2" ]
}