|
@@ -145,7 +145,7 @@ public class TaLiveActivityController extends BaseController {
|
145
|
145
|
*
|
146
|
146
|
* @param id 实体ID
|
147
|
147
|
*/
|
148
|
|
- @RequestMapping(value = "/taLiveActivity/{id}", method = RequestMethod.GET)
|
|
148
|
+ @RequestMapping(value = "/admin/taLiveActivity/{id}", method = RequestMethod.GET)
|
149
|
149
|
public ResponseBean taLiveActivityGet(@PathVariable Integer id) {
|
150
|
150
|
ResponseBean responseBean = new ResponseBean();
|
151
|
151
|
try {
|