简要描述:
- 获取自定义表单接口
请求域名:
- http://test.yunzshop.com
请求URL:
POST: plugin.diyform.api.diy-form.get-diy-form-by-id
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
i | 是 | int | 店铺ID |
form_id | 是 | int | 表单ID |
返回示例:
正确时返回:
{
result: 1,
msg: "成功",
data: {
id: 24,
uniacid: "6",
title: "自定义表单11",
fields: {
diyxingbie: {
data_type: "2",
tp_name: "性别",
tp_must: 0,
tp_text: [
"男",
"女"
]
},
diyxingming: {
data_type: "0",
tp_name: "姓名",
tp_must: 1,
tp_is_default: "2",
tp_default: "",
placeholder: "请输入姓名"
}
},
status: "1",
success: "0",
submit_number: "0",
created_at: null,
updated_at: "2017-09-25 09:21:55",
deleted_at: null
}
}
错误时返回:
{
"result":0,
"msg":"未检测到数据!",
"data": {
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述