merchantTypeAll
商户分类列表
请求地址 :
| 环境 | 提交方式 | 数据格式 | HTTPS请求地址 |
|---|---|---|---|
| 正式环境 | POST | JSON | https://open.hexinpass.com:8501/api/merchantTypeAll |
示例代码 :
|
1
2
3
4
5
|
https://open.hexinpass.com:8501/api/merchantTypeAll
//传入参数:
{
}
|
返回数据:
id |
number |
分类Id |
parentId |
number |
父ID 值为0表示一级分类 |
typeName |
string |
分类名称 |
image |
string |
分类图标 |
sImage |
string |
分类小图标 |
orderId |
number |
分类排序id |
updateTime |
number |
更新时间 |