@@ -70,7 +70,333 @@
}
+### (3)postman测试实例(含response的其他部分)
+URL: localhost:8080/bubble-sort/get-analysis-result?rule=ascending&content=9&content=8&content=7
+
+RESONSE:
+{
+ "content": {
+ "initial": {
+ "type": "beforeCompare",
+ "content": [
+ {
+ "value": 9,
+ "color": "blue"
+ },
+ "value": 8,
+ "value": 7,
+ }
+ ]
+ "onSortingStates": [
+ "type": "onCompare",
+ "color": "green"
+ "type": "onExchange",
+ "color": "orange"
+ "type": "allSorted",
+ },
+ "message": **null**,
+ "success": **true**
+}
## 2.stack