|
@@ -321,7 +321,7 @@ public class SocialController extends BaseController {
|
321
|
321
|
|
322
|
322
|
@ApiOperation(value = "添加二手租赁帖子", notes = "添加二手租赁帖子")
|
323
|
323
|
@ApiImplicitParams({
|
324
|
|
- @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="title:小区标题, imageUrl:图片URL地址, content:小区内容, type:0议事大厅,1是邻里互助 ,2是二手/租赁,3其它话题"),
|
|
324
|
+ @ApiImplicitParam(paramType = "body", dataType = "String", name = "paramets", value ="title:小区标题, imageUrl:图片URL地址, content:小区内容, type:0议事大厅,1是邻里互助 ,2是二手/租赁,3其它话题,status:"),
|
325
|
325
|
@ApiImplicitParam(paramType = "header",dataType = "String",name = "X-Auth-Token",value = "Token")
|
326
|
326
|
})
|
327
|
327
|
@RequestMapping(value = "/addTransaction", method = RequestMethod.POST)
|