- Tigshop标准版
- 后台adminapi
- authority --- 权限组
- merchant ----商户
- common --- 公共方法组
- content --- 文章组
- decorate --- 装修组
- promotion --- 营销组
- setting --- 配置组
- salesman --- 分销
- user --- 会员模块
- finance --- 财务组
- product --- 商品
- product_attributes --- 商品属性管理(待定)
- product_attributes_tpl --- 商品属性模板管理
- product_inventory_log --- 商品库存日志管理
- product_batch --- 商品批量处理管理
- product_services --- 商品服务
- e_card_group --- 电子卡券组
- e_card --- 电子卡券
- product_group ---商品分组
- shop_product_category ---店铺商品分类 (待定)
- price_inquiry --- 询价管理
- brand --- 品牌管理
- category --- 商品分类管理
- comment --- 商品评论管理
- product --- 商品管理
- panel --- 统计面板组
- lang --- 多语言
- login --- 登录组
- order---订单组
- msg --- 消息管理组
- admin_msg --- 管理员消息
- 前台api
- search --- 搜索
- merchant --- 商户
- article --- 文章
- salesman --- 分销
- product --- 商品
- order --- 订单
- category --- 商品分类
- home --- 首页
- cart --- 购物车
- user --- 会员中心
- common --- 公共方法
- shop --- 店铺
- IM
- 安装
列表
开发中
GET
/adminapi/msg/admin_msg/list
请求参数
Query 参数
msg_type
string
可选
示例值:
11
page
string
分页页码
示例值:
1
size
string
页数
示例值:
15
suppliers_type
string
必需
示例值:
3
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/msg/admin_msg/list?page=1&size=15&suppliers_type=3'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 0,
"msg": "ok",
"data": {
"filter_result": [
{
"msg_id": 46,
"msg_type": 11,
"send_time": "2023-12-21 18:05:49",
"is_readed": 1,
"shop_id": 0,
"admin_id": 0,
"order_id": 56,
"goods_id": 0,
"title": "您有新的订单:20230727511047,订单金额:225.00",
"content": "",
"msg_link": "order.html?act=info&id=55",
"items": [
{
"item_id": 90,
"order_id": 56,
"order_sn": "20240419154295467589",
"user_id": 1,
"price": "339.00",
"quantity": 1,
"product_id": 41,
"product_name": "【时尚套装】23年春季新款气质西服领九分袖搭收腰显瘦纱裙套装",
"product_sn": "SN000041",
"pic_thumb": "img/item/demo/16807622759lrB7tSYTaDMl21ver!!pic200x200.jpeg",
"sku_id": 0,
"sku_data": [],
"delivery_quantity": 0,
"product_type": 1,
"is_gift": 0,
"shop_id": 0,
"is_pin": 0,
"prepay_price": "0.00"
}
],
"order": {
"order_id": 56,
"order_sn": "20240419154295467589",
"user_id": 1,
"parent_order_id": 0,
"parent_order_sn": "",
"order_status": 0,
"shipping_status": 0,
"pay_status": 0,
"add_time": "2024-04-19 15:42:05",
"consignee": "测试人员",
"address": "测试地址",
"region_ids": [
120000
],
"region_names": [
"天津市"
],
"address_data": null,
"mobile": "测试号码",
"email": "1234@163.com",
"buyer_note": "",
"admin_note": "",
"shipping_method": 1,
"logistics_id": 0,
"logistics_name": "",
"shipping_type_id": 1,
"shipping_type_name": "默认快递",
"tracking_no": "",
"shipping_time": "",
"received_time": "",
"pay_type_id": 1,
"pay_time": "",
"use_points": 835,
"distribution_status": 0,
"promoter_user_id": 0,
"is_del": 0,
"shop_id": 0,
"is_store_splited": 1,
"comment_status": 0,
"total_amount": "143.40",
"paid_amount": "0.00",
"unpaid_amount": "143.40",
"unrefund_amount": "0.00",
"product_amount": "339.00",
"coupon_amount": "197.60",
"points_amount": "0.00",
"discount_amount": "0.00",
"balance": "0.00",
"online_paid_amount": "0.00",
"offline_paid_amount": "0.00",
"service_fee": "0.00",
"shipping_fee": "2.00",
"invoice_fee": "0.00",
"order_extension": {
"coupon_money": {
"0": 40,
"-1": 157.6
},
"coupon": {
"0": [
6
],
"-1": [
24
]
},
"shipping_fee": [
2
],
"shipping_type": [
{
"type_id": 1,
"type_name": "默认快递"
}
]
},
"order_source": "h5",
"invoice_data": {
"title_type": 1,
"invoice_type": 1,
"user_id": 1,
"status": 0,
"order_id": 56
},
"out_trade_no": "",
"is_settlement": 0
}
}
],
"msg_type_arr": [
{
"cat_id": 1,
"cat_name": "交易消息",
"unread_count": 0,
"child": {
"11": {
"name": "新订单",
"msg_type": 11,
"unread_count": 0
},
"12": {
"name": "已付款订单",
"msg_type": 12,
"unread_count": 0
},
"13": {
"name": "订单完成",
"msg_type": 13,
"unread_count": 0
}
}
}
],
"filter": {
"keyword": "",
"msg_type": "11",
"page": 1,
"size": 15,
"sort_field": {
"is_readed": "asc",
"msg_id": "desc"
},
"sort_order": ""
},
"total": 1,
"errcode": 0,
"message": ""
}
}
🟠404失败