|
@@ -32,8 +32,8 @@ public class NewsController {
|
|
|
* type=1时,所需其他参数:message:寄语 uid:微博身份唯一凭证
|
|
|
* @return
|
|
|
*/
|
|
|
- @ApiOperation(value = "添加分享信息", notes = "用户登录方法")
|
|
|
- @RequestMapping("/login")
|
|
|
+ @ApiOperation(value = "添加分享信息", notes = "添加分享信息方法")
|
|
|
+ @RequestMapping("/addNews")
|
|
|
@ResponseBody
|
|
|
public HttpRespMsg addUserNews(NewsVO newsVO){
|
|
|
HttpRespMsg msg = newsService.addUserNews(newsVO);
|