@@ -437,7 +437,8 @@ export function getMembershipStats() {
export function getTrendStats() {
return request({
url: '/api/stats/trend',
- method: 'post'
+ method: 'post',
+ data: {}
})
}