| | |
| | | |
| | | import com.hx.resultTool.Result; |
| | | import com.hz.his.dto.activity.ActivityDto; |
| | | import com.hz.phis.dt.reward.QuestionInvestigateDto; |
| | | import com.hz.phis.dt.reward.RewardRecordDto; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | |
| | | */ |
| | | @PostMapping(value = "/questionnaire/reward") |
| | | Result reward(RewardRecordDto recordDto); |
| | | |
| | | |
| | | /** |
| | | * 调查问卷详情 |
| | | */ |
| | | @PostMapping(value = "/questionnaire/investigate/details") |
| | | Result details(QuestionInvestigateDto questionInvestigateDto); |
| | | |
| | | /** |
| | | * 提交调查问卷 |
| | | */ |
| | | @PostMapping(value = "/questionnaire/investigate/submit") |
| | | Result submit(QuestionInvestigateDto questionInvestigateDto); |
| | | |
| | | } |