| Version 7 (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
参数
返回
result {
status: 1
msg: '请求成功',
data: {
totalCount: 100,
mallCouponCount:[$mallCouponCount]
}
}
}
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)