curl --location --request GET '/adminapi/goods.goods_guarantee/lists' \
--header 'token: {{'\''38a327e6732714e2a48e0b5d3038b2cc'\''}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"id": 1,
"name": "服务条款1",
"content": "服务条款内容",
"image": "http://www.sqtg.localhost/resource/image/adminapi/default/avatar.png",
"sort": 50,
"status": 0,
"create_time": "2022-11-23 14:26:12",
"goods_num": 0
}
],
"count": 1,
"page_no": 1,
"page_size": 25,
"extend": []
}
}