dxfeng10
dxfeng10
Support path parameter of aggregate API, such as /user/{userId}
Support to upload custom javascript library in admin console, call custom js function in aggregation api.
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)...