|
|
@@ -16,7 +16,7 @@ export default {
|
|
|
'/collection/all',
|
|
|
{
|
|
|
sort: 'sort,desc;createdAt,desc',
|
|
|
- query: { del: false, source: 'OFFICIAL', type: 'all', couponPayment: true }
|
|
|
+ query: { del: false, source: 'OFFICIAL', couponPayment: true }
|
|
|
},
|
|
|
{ body: 'json' }
|
|
|
)
|
|
|
@@ -40,7 +40,7 @@ export default {
|
|
|
{
|
|
|
sort: 'sort,desc;createdAt,desc',
|
|
|
search: query,
|
|
|
- query: { del: false, source: 'OFFICIAL', type: 'all', couponPayment: true }
|
|
|
+ query: { del: false, source: 'OFFICIAL', couponPayment: true }
|
|
|
},
|
|
|
{ body: 'json' }
|
|
|
)
|