|
@@ -128,14 +128,14 @@ public class OrderRefundController {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @PostMapping("/test")
|
|
|
- @ApiOperation("备注")
|
|
|
- public ResponseHelper<String> test(
|
|
|
-
|
|
|
- ){
|
|
|
- String test = orderRefundLogic.test();
|
|
|
- return ResponseHelper.success(test);
|
|
|
- }
|
|
|
+// @PostMapping("/test")
|
|
|
+// @ApiOperation("备注")
|
|
|
+// public ResponseHelper<String> test(
|
|
|
+//
|
|
|
+// ){
|
|
|
+// String test = orderRefundLogic.test();
|
|
|
+// return ResponseHelper.success(test);
|
|
|
+// }
|
|
|
|
|
|
|
|
|
}
|