...
|
...
|
@@ -115,11 +115,7 @@ module.exports = { |
|
|
auth: true,
|
|
|
path: '/ufo-gateway/coupon',
|
|
|
api: 'ufo.coupons.list',
|
|
|
param: {
|
|
|
page: {type: Number},
|
|
|
limit: {type: Number},
|
|
|
type: {type: String},
|
|
|
}
|
|
|
param: {}
|
|
|
},
|
|
|
'/api/ufo/home/bindAliPayAccount': {
|
|
|
ufo: true,
|
...
|
...
|
|