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

19 lines
489 B
JSON

{
"send_cnt": 2,
"fail_cnt": 1,
"fail_info": [
{
"id": "123",
"errcode": 103010
}
],
"fail_info_url": "https://xxxxxxxxxx",
"msg_type": 1,
"content": "{\"title\":\"今日优惠活动\",\"topic\":\"双十一大促\",\"desc\":\"三件五折,两件七折\",\"date\":\"2022/10/28\"}",
"appid": "xxxxx",
"path": "pages/index/xxxxx",
"list_type": 1,
"role_id": [ 1, 2 ],
"errcode": 0,
"errmsg": "OK"
}