模板列表
请求地址
请求类型
请求参数
字段 |
参数 |
类型 |
必填 |
说明 |
APPID |
appid |
String |
是 |
API应用Id |
时间戳 |
gntime |
String |
是 |
当前UNIX时间戳 |
签名 |
gntoken |
String |
是 |
签名字符串,参考 签名算法 |
页码数 |
page |
Integer |
否 |
页码数 |
每页数量 |
limit |
Integer |
否 |
每页数量 |
响应结果
字段 |
参数 |
类型 |
说明 |
返回码 |
code |
Integer |
1:返回成功 -1:返回失败 |
返回说明 |
msg |
String |
返回请求操作的说明 |
返回数据 |
data |
Array |
返回请求操作结果数据 |
数据总数 |
count |
Integer |
数据总数 |
页码 |
page |
Integer |
页码 |
每页数量 |
pagesize |
Integer |
每页数量 |
返回数据
字段 |
参数 |
说明 |
模板ID |
id |
123456 |
模板名称 |
mbmc |
模版名称 |
提交时间 |
sj |
2020-08-05 10:39:11 |
是否是默认模板 |
mr |
1默认,0非默认 |
联系人 |
lxr |
xxx xxx xxx |
联系邮箱 |
email |
[email protected] |
公司名称 |
gsmc |
公司名称,lx=2时 |
国家地区代码 |
guojia |
CN |
省 |
province |
xxx省 |
市 |
city |
xxx市 |
详细地址 |
address |
xxxaxx, xxxxx, 16 dong 3 dan yuan 9 hao |
联系电话 |
phone |
86 13812345678 |
邮编 |
youbian |
066000 |
状态码 |
zt |
0未验证,1已生效,2未生效 |
状态说明 |
ztstr |
已生效 |
类型 |
lx |
1个人,2企业 |
类型说明 |
lxstr |
企业 |
响应数据
{
"code": 1,
"msg": "OK",
"data": [
{
"id": "123456",
"lx": "2",
"sj": "2020-08-05 10:39:11",
"mbmc": "模版名称",
"mr": "0",
"zt": "1",
"uid": "1xxxx",
"ztstr": "已生效",
"lxstr": "企业",
"lxr": "xxx xxx xx",
"email": "[email protected]",
"gsmc": "公司名称",
"guojia": "CN",
"province": "xxxx",
"city": "xxxx",
"address": "xxxxx,xxxx 16, dong 3 dan yuan 9 hao",
"phone": "86 13812345678",
"youbian": "123456"
}
],
"count": 3,
"page": "1",
"pagesize": "10"
}