{}
curl --location --request POST '/api/ShopInfo/NewsView?requestFrom=shop&msgid=4' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"errcode": 0,
"errmsg": "",
"result": {
"typeList": [
{
"dd_id": "264",
"dd_name": "公司新闻"
},
{
"dd_id": "304",
"dd_name": "促销信息"
},
{
"dd_id": "305",
"dd_name": "通知说明"
}
],
"data": {
"info_id": 4,
"info_type": 264,
"info_title": "活动公告5",
"info_date": "2024-07-04 19:35:00",
"info_content": "123123213123",
"info_img": []
}
}
}