文档
测试

帮助信息列表

POST
/api/image/getHelpInfoList

请求参数

参数名
类型
描述
必填
pageNum
int
当前记录起始索引
必填
pageSize
int
每页显示记录数
必填

响应参数

参数名
类型
描述
必填
msg
string
提示信息
必填
code
int
状态:0成功,500错误
必填
total
int
总数据记录
必填
rows
array
数据列表
必填
id
int
帮助信息id
必填
title
string
标题
必填
helpType
string
帮助类型:1支付类 2,退款类
必填
helpContent
string
内容
必填
status
string
状态(不显示)
必填
updateTime
string
发布时间
必填
updateBy
string
发布人
必填