| | |
| | | import com.doumee.dao.business.model.MemberRevenue; |
| | | import com.doumee.dao.dto.WxPhoneRequest; |
| | | import com.doumee.dao.vo.AccountResponse; |
| | | import com.doumee.dao.vo.UserCenterVO; |
| | | import com.doumee.service.business.IdentityInfoService; |
| | | import com.doumee.service.business.MemberRevenueService; |
| | | import com.doumee.service.business.MemberService; |
| | |
| | | @Autowired |
| | | private MemberRevenueService memberRevenueService; |
| | | |
| | | |
| | | @ApiOperation(value = "获取系统配置", notes = "小程序端") |
| | | @GetMapping("/getPlatformAboutUs") |
| | | public ApiResponse<UserCenterVO> getPlatformAboutUs() { |
| | | return ApiResponse.success("查询成功",memberService.getPlatformAboutUs()); |
| | | } |
| | | |
| | | |
| | | @LoginRequired |
| | | @ApiOperation(value = "获取个人信息", notes = "小程序端") |
| | | @GetMapping("/getMemberInfo") |