| | |
| | | @ApiImplicitParam(paramType = "header", dataType = "String", name = "token", value = "用户token值", required = true) |
| | | }) |
| | | public ApiResponse<String> getMemberShareImg() throws Exception{ |
| | | return ApiResponse.success(inviteRecordService.createShareImg(Constants.ZERO,getMemberId())); |
| | | return ApiResponse.success(inviteRecordService.createShareImg(Constants.ZERO,getMemberId(),null)); |
| | | } |
| | | |
| | | |
| | |
| | | @ApiImplicitParam(paramType = "header", dataType = "String", name = "token", value = "用户token值", required = true) |
| | | }) |
| | | public ApiResponse<String> getShareImg() throws Exception{ |
| | | return ApiResponse.success(inviteRecordService.createShareImg(Constants.ONE,getShopId())); |
| | | return ApiResponse.success(inviteRecordService.createShareImg(Constants.ONE,getShopId(),"20251210/6dd8880d-30d1-49d3-8192-99a4127cf785.png")); |
| | | } |
| | | } |