文档
测试

邀请好友-素材库

POST
http://hf5smf.natappfree.cc/app/invite/market

接口描述

其他的跟之前一样 增加了一个分类列表

请求参数

参数名
类型
描述
必填
user_id
string
示例:b93d88bfcaa5437b9b23c7e000603f24
必填
sign
string
示例:c7690d692570193a310c4814ac1869eb
必填
type_id
string
首次请求不传递 示例:
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
type_list
array
数据列表
必填
name
string
示例:全部
必填
id
string
示例:
必填
info_list
array
数据列表
必填
read_num
int
示例:1232
必填
content_type
int
示例:1
必填
publisher_name
string
示例:鑫融付
必填
img_path_str
string
示例:
必填
head_img
string
示例:https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1657094744594.jpg
必填
content
string
示例:全新支付平台 赶快加入我们吧!!!
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "操作成功", "result": { "type_list": [ { "name": "全部", "id": "" }, { "name": "POS支付2", "id": "828379790a1a4212a8316ec06e892131" }, { "name": "跨境海淘2", "id": "1b19c4ca5bf64a58858263089304895a" }, { "name": "智能还款2", "id": "486db645905e42759c0f2adaba11dd24" }, { "name": "快捷收款2", "id": "0ebc5df938a644f0bda01d6f49aaea84" } ], "info_list": [ { "read_num": 1232, "content_type": 1, "publisher_name": "鑫融付", "img_path_str": "", "head_img": "https://baiyiquan.oss-cn-shenzhen.aliyuncs.com/1657094744594.jpg", "content": "全新支付平台\n\n赶快加入我们吧!!!" } ] } }