MCPcopy Create free account
hub / github.com/diyhi/bbs / add

Method add

src/main/java/cms/controller/frontend/VoteController.java:39–45  ·  view source on GitHub ↗

参与投票 @param voteOptionId 投票选项Id @param request 请求信息 @return

(String voteOptionId,
                                  HttpServletRequest request)

Source from the content-addressed store, hash-verified

37 * @return
38 */
39 @RoleAnnotation(resourceCode= ResourceEnum._8001000)
40 @DynamicRouteTarget(route = DynamicRouteEnum.DEFAULT_1140100)
41 @RequestMapping(value="/user/control/vote/addVoteRecord", method= RequestMethod.POST)
42 public Map<String,Object> add(String voteOptionId,
43 HttpServletRequest request) {
44 return null;
45 }
46
47
48}

Callers 15

filterHtmlMethod · 0.45
readPathNameMethod · 0.45
readImageNameMethod · 0.45
splitSimpleStringMethod · 0.45
correctionHiddenTagMethod · 0.45
processVideoInfoMethod · 0.45
validBindURLMethod · 0.45
isLocalBindURLMethod · 0.45
deleteLocalBindURLMethod · 0.45
correctionReplyTagMethod · 0.45
doPostMethod · 0.45
filePackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected