| | |
| | | * @return |
| | | */ |
| | | @PostMapping("listadvertisement") |
| | | R listAdvertisement(); |
| | | R listAdvertisement(@RequestParam("type") Integer type); |
| | | |
| | | /** |
| | | * 新增广告 |
| | |
| | | @PostMapping("/comActAcidRecord/export") |
| | | R exportComActAcidRecord(@RequestBody ComActAcidRecordDTO comActAcidRecordDTO); |
| | | |
| | | @GetMapping("/comActAcidRecord/checkCommit") |
| | | R checkCommit(@RequestParam(value = "userId",required = false)Long userId); |
| | | |
| | | |
| | | /** |
| | | * 5项常规统计 |
| | |
| | | * 是否有绑定手机号码的专家账号 |
| | | * */ |
| | | @GetMapping("/sanshuo/expert/checkExpert") |
| | | R isExpert(@RequestParam("number") String number); |
| | | R isExpert(@RequestParam(value = "number",required = false) String number); |
| | | } |