| | |
| | | import com.doumee.dao.dto.CalculateRemotePriceDTO; |
| | | import com.doumee.dao.vo.AccountResponse; |
| | | import com.doumee.dao.vo.PriceCalculateVO; |
| | | import com.doumee.dao.vo.UserCenterVO; |
| | | import com.doumee.dao.vo.PlatformAboutVO; |
| | | import com.doumee.service.business.*; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiImplicitParam; |
| | |
| | | |
| | | @ApiOperation(value = "获取系统配置", notes = "小程序端") |
| | | @GetMapping("/getPlatformAboutUs") |
| | | public ApiResponse<UserCenterVO> getPlatformAboutUs() { |
| | | public ApiResponse<PlatformAboutVO> getPlatformAboutUs() { |
| | | return ApiResponse.success("查询成功",memberService.getPlatformAboutUs()); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | @LoginRequired |
| | | @ApiOperation(value = "计算保价费用", notes = "根据报价金额计算保价费用") |