| | |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | @LoginRequired |
| | | @ApiOperation(value = "获取手机号", notes = "客户端小程序") |
| | | @PostMapping("/getWxMiniPhone") |
| | |
| | | @ApiOperation(value = "用户注销", notes = "客户端小程序") |
| | | @GetMapping("/logOff") |
| | | public ApiResponse logOff() { |
| | | ZTBaseRequst ztBaseRequst = memberService.logOff(getUserId()); |
| | | ZTBaseRequst ztBaseRequst = memberService.logOff(getUserId(),getToken()); |
| | | if(Objects.nonNull(ztBaseRequst)){ |
| | | getZhongTaiDataService.userLogout(ztBaseRequst); |
| | | } |
| | |
| | | |
| | | |
| | | @LoginRequired |
| | | @ApiOperation(value = "产品资讯详情 - 中台", notes = "客户端小程序") |
| | | @GetMapping("/getProductNewsInfo") |
| | | @ApiOperation(value = "产品资讯详情 - 中台", notes = "客户端小程序") |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(paramType = "header", dataType = "String", name = "token", value = "用户token值", required = true), |
| | | @ApiImplicitParam(paramType = "query", dataType = "String", name = "id", value = "内容主键", required = true), |