parent
ac8ea4b4b5
commit
8f4aaf384d
Binary file not shown.
@ -1,15 +0,0 @@
|
||||
package com.example.demo.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.ResponseBody;
|
||||
|
||||
import javax.servlet.http.HttpSession;
|
||||
|
||||
|
||||
public class SubDragonController {
|
||||
@ResponseBody
|
||||
@RequestMapping("/subDragon")
|
||||
public int subDragon(int skey,int dragonid,String text) {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in new issue