--新增书评接口,端口修改
This commit is contained in:
@@ -561,21 +561,21 @@ public class MyUserController {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @Description: app微信登陆
|
||||
* @Author: z.hw
|
||||
*/
|
||||
@RequestMapping("/appUserAuthorLogin")
|
||||
// @ApiOperation(value = "getUserInfoByAppCode", notes = "不分页", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
||||
// @ApiResponses(value = {
|
||||
// @ApiResponse(code = 404, message = "Not Found"),
|
||||
// @ApiResponse(code = 400, message = "No Name Provided"),
|
||||
// })
|
||||
public R getUserInfoByApp(@Validated @RequestBody UserAppAuthorEntity userAppAuthorEntity) {
|
||||
|
||||
return userService.getUserInfoByApp(userAppAuthorEntity);
|
||||
}
|
||||
|
||||
//
|
||||
// /**
|
||||
// * @Description: app微信登陆
|
||||
// * @Author: z.hw
|
||||
// */
|
||||
// @RequestMapping("/appUserAuthorLogin")
|
||||
//// @ApiOperation(value = "getUserInfoByAppCode", notes = "不分页", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
||||
//// @ApiResponses(value = {
|
||||
//// @ApiResponse(code = 404, message = "Not Found"),
|
||||
//// @ApiResponse(code = 400, message = "No Name Provided"),
|
||||
//// })
|
||||
// public R getUserInfoByApp(@Validated @RequestBody UserAppAuthorEntity userAppAuthorEntity) {
|
||||
//
|
||||
// return userService.getUserInfoByApp(userAppAuthorEntity);
|
||||
// }
|
||||
//
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user