dengsixing 6 bulan lalu
induk
melakukan
be15f91689

+ 1 - 1
src/main/java/com/fdkankan/scene/controller/MathController.java

@@ -30,7 +30,7 @@ import java.util.*;
 public class MathController extends BaseController {
 
     @PostMapping("aaa")
-    public void aaa(@RequestBody JSONObject params) throws IOException {
+    public void aaa(Integer add, Integer sub) throws IOException {
 
         int add = params.getIntValue("+");
         int sub = params.getIntValue("-");