...
|
...
|
@@ -86,7 +86,7 @@ exports.getCouponStatus = (params) => { |
|
|
return Promise.coroutine(function*() {
|
|
|
const coupon = yield api.get('', Object.assign(params, {
|
|
|
method: 'app.promotion.queryCouponCenter'
|
|
|
}), config.apiCache);
|
|
|
}));
|
|
|
const result = {
|
|
|
code: coupon.code,
|
|
|
categories: []
|
...
|
...
|
|