| | |
| | | import com.ruoyi.management.api.factory.TManagementFallbackFactory; |
| | | import com.ruoyi.management.api.model.*; |
| | | import com.ruoyi.management.api.query.UseGuideQuery; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.GetMapping; |
| | | import org.springframework.web.bind.annotation.PathVariable; |
| | |
| | | * @return 获取分享图片、标题及可获积分数 |
| | | */ |
| | | @GetMapping("/tSysSet/shareInfo") |
| | | @ApiOperation(value = "获取分享图片、标题及可获积分数", tags = {"获取分享图片、标题及可获积分数"}) |
| | | R<TSysSet> shareInfo(); |
| | | |
| | | /** |
| | | * 获取分享图片、标题及可获积分数 |
| | | * |
| | | * @return 获取分享图片、标题及可获积分数 |
| | | */ |
| | | @GetMapping("/tSysSet/promptVoice") |
| | | R<TSysSet> promptVoice(); |
| | | |
| | | } |