curl --location --request GET '/api/category/category/relate_article?product_id=319&size=&rank_num=&intro='
{
"code": 0,
"msg": "ok",
"data": {
"article_list": [
{
"article_id": 56,
"article_title": "文章标题",
"article_category_id": 3,
"article_sn": "",
"article_thumb": "",
"article_tag": "",
"article_author": "",
"article_type": 1,
"description": "",
"keywords": "",
"is_show": 1,
"add_time": "2024-05-28 15:02:08",
"is_hot": 0,
"is_top": 0,
"click_count": 0,
"link": ""
}
],
"errcode": 0,
"message": ""
}
}