文档
测试

消息中心

POST
http://hf5smf.natappfree.cc/app/notice/list

接口描述

结构跟之前的消息中心的收益通知一样 图标自己拿deal_kind去取 从上到下的图片对应 1-9

请求参数

参数名
类型
描述
必填
user_id
string
示例:b93d88bfcaa5437b9b23c7e000603f24
必填
page
int
示例:1
必填
limit
int
示例:10
必填
sign
string
示例:0f514edba8c4459f7a3b05e615bff59b
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:加载成功
必填
result
object
数据字典
必填
notice_list
array
数据列表
必填
deal_kind
int
示例:1
必填
user_id
string
示例:b93d88bfcaa5437b9b23c7e000603f24
必填
deal_type
int
示例:1
必填
description
string
示例:您有一笔团队分润收益2.45元已到账,交易额:2392.33元
必填
id
string
示例:21
必填
title
string
示例:POS支付
必填
deal_amount
float
示例:1.54
必填
add_time
string
示例:2022-07-06 14:23:23
必填
read_flag
int
示例:0
必填
oem_id
string
示例:300ab330835844d58a8bccfc1c8b0800
必填
add_time_stamp
int
示例:0
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "加载成功", "result": { "notice_list": [ { "deal_kind": 1, "user_id": "b93d88bfcaa5437b9b23c7e000603f24", "deal_type": 1, "description": "您有一笔团队分润收益2.45元已到账,交易额:2392.33元", "id": "21", "title": "POS支付", "deal_amount": 1.54, "add_time": "2022-07-06 14:23:23", "read_flag": 0, "oem_id": "300ab330835844d58a8bccfc1c8b0800", "add_time_stamp": 0 }, { "deal_kind": 1, "user_id": "b93d88bfcaa5437b9b23c7e000603f24", "deal_type": 1, "description": "您有一笔团队分润收益2.45元已到账,交易额:2392.33元", "id": "31", "title": "POS支付", "deal_amount": 1.54, "add_time": "2022-07-06 14:23:23", "read_flag": 0, "oem_id": "300ab330835844d58a8bccfc1c8b0800", "add_time_stamp": 0 }, { "deal_kind": 1, "user_id": "b93d88bfcaa5437b9b23c7e000603f24", "deal_type": 1, "description": "您有一笔团队分润收益2.45元已到账,交易额:2392.33元", "id": "41", "title": "POS支付", "deal_amount": 1.54, "add_time": "2022-07-06 14:23:23", "read_flag": 0, "oem_id": "300ab330835844d58a8bccfc1c8b0800", "add_time_stamp": 0 }, { "deal_kind": 1, "user_id": "b93d88bfcaa5437b9b23c7e000603f24", "deal_type": 1, "description": "您有一笔团队分润收益2.45元已到账,交易额:2392.33元", "id": "51", "title": "POS支付", "deal_amount": 1.54, "add_time": "2022-07-06 14:23:23", "read_flag": 0, "oem_id": "300ab330835844d58a8bccfc1c8b0800", "add_time_stamp": 0 }, { "deal_kind": 1, "user_id": "b93d88bfcaa5437b9b23c7e000603f24", "deal_type": 1, "description": "您有一笔团队分润收益2.45元已到账,交易额:2392.33元", "id": "61", "title": "POS支付", "deal_amount": 1.54, "add_time": "2022-07-06 14:23:23", "read_flag": 0, "oem_id": "300ab330835844d58a8bccfc1c8b0800", "add_time_stamp": 0 }, { "deal_kind": 1, "user_id": "b93d88bfcaa5437b9b23c7e000603f24", "deal_type": 1, "description": "您有一笔团队分润收益2.45元已到账,交易额:2392.33元", "id": "71", "title": "POS支付", "deal_amount": 1.54, "add_time": "2022-07-06 14:23:23", "read_flag": 0, "oem_id": "300ab330835844d58a8bccfc1c8b0800", "add_time_stamp": 0 } ] } }