文档
测试

get_product_info

POST
http://www.mokuosg.com:8080/get_product_info

接口描述

获取试用商城里面的产品信息

请求头

参数名
类型
描述
必填
content_type
string
application/x-www-form-urlencoded;charset=utf-8
必填

请求参数

参数名
类型
描述
必填
token
string
用户唯一性标识
必填

响应参数

参数名
类型
描述
必填
data
json
数据信息
必填
product_num
int
产品总数
必填
product_index
int
当前发给小程序数量(最多20条)
必填
product_info
Array
产品信息列表
必填
product_id
string
产品ID
必填
product_name
string
产品名称
必填
product_image
Array
图片数组
必填
image
string
图片地址
必填
product_content
string
产品描述
必填
product_start_time
time
产品活动开始时间
必填
product_end_time
time
产品活动截止时间
必填
product_apply_num
int
产品活动申请人数
必填
product_record_num
int
产品用户日记数
必填
product_num
int
产品分数
必填
price
int
产品试用价格, 完成日记后返还
必填
detail_image
string
详情图片
必填
status
init
0:成功 2:未登录
必填

测试状态

测试成功-- 2021/4/3