| | |
| | | import com.panzhihua.common.model.vos.shop.ShopStoreVO; |
| | | import com.panzhihua.common.model.vos.user.UserElectronicFileVO; |
| | | import com.panzhihua.common.model.vos.user.UserPhoneVO; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | /** |
| | | * @program: springcloud_k8s_panzhihuazhihuishequ |
| | |
| | | |
| | | @GetMapping("/sanshuo/comEvent/streetList") |
| | | R streetList(); |
| | | |
| | | @PostMapping("/sanshuo/expert/importExpert") |
| | | R importExpert(@RequestBody MultipartFile file); |
| | | |
| | | @GetMapping("/sanshuo/comEvent/communityList") |
| | | R westList(); |
| | | |
| | | @GetMapping("/sanshuo/expert/backstageList2") |
| | | R expertBackStageList(@RequestParam(value = "level",required = false)Integer level); |
| | | } |