ht
parent
13b2d0f4d4
commit
a28558cb60
|
|
@ -23,8 +23,8 @@ import java.util.Map;
|
|||
* Created by lyf66 on 2017/2/16.
|
||||
*/
|
||||
public class Controller extends com.jfinal.core.Controller {
|
||||
public void index() {
|
||||
renderText("2");
|
||||
public void ping() {
|
||||
renderText("dict pong");
|
||||
}
|
||||
|
||||
public void dict() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue