| Version 9 (modified by pengzhanxuan, 11 years ago) (diff) |
|---|
Table of Contents
电商
获取电商列表
/app/mall/cache/listMall.do
说明
获取电商列表
提交方式
GET
参数
返回
result {
status: 1
msg: '请求成功',
data: [$mall]
}
}
获取电商列表,包含该电商的优惠券数量
/app/mall/cache/listMallWithCouponCount.do
说明
获取电商列表
提交方式
GET
参数
| 参数名 | 参数含义 | 类型 | 默认值 | 是否必须 |
|---|---|---|---|---|
| type | 礼品类型:1 礼品卡 2 实物 3 优惠券 | int | 3 | 是 |
返回
result {
status: 1
msg: '请求成功',
data: {
totalCount: 100,
mallGiftCount:[$mallGiftCount]
}
}
}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)