dxfeng10

Results 5 issues of dxfeng10

Support path parameter of aggregate API, such as /user/{userId}

feature

Support to upload custom javascript library in admin console, call custom js function in aggregation api.

feature

Fix repeated read issue of request body of CallbackFilter

```java public static boolean isEmpty(T[] array) { return array != null && array.length == 0; } public static boolean isNotEmpty(T[] array) { return !isEmpty(array); } public static boolean isEmpty(Map map)...