Commit 4ddea2572266e9977ec88cb29a2237bdc6f27ded
1 parent
93acc0c9
live
Showing
1 changed file
with
0 additions
and
5 deletions
src/main/java/com/cnlive/mz/live/action/LiveAction.java
| ... | ... | @@ -221,9 +221,4 @@ public class LiveAction { |
| 221 | 221 | return new View("live/all_live_management.jsp").data("tLive", tLive); |
| 222 | 222 | } |
| 223 | 223 | |
| 224 | - @Request.Get("/live/searchg/{page_number}") | |
| 225 | - public Result searchq(int page_number) { | |
| 226 | - | |
| 227 | - return new Result(true); | |
| 228 | - } | |
| 229 | 224 | } |
| 230 | 225 | \ No newline at end of file | ... | ... |