| | |
| | | package com.example.controller; |
| | | |
| | | import com.example.service.shanxiqin.xian.MeiJiLisService; |
| | | import com.example.service.shanjianyi.shanxiqin.xian.xamjyy.MeiJiLisService; |
| | | import com.example.utils.AjaxResult; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | |
| | | return AjaxResult.error(); |
| | | } |
| | | |
| | | /** |
| | | * 由Lis调用 |
| | | * 确认退单接口 |
| | | * @param map |
| | | * @return |
| | | */ |
| | | @PostMapping("verificationFeeCancelled") |
| | | public String verificationFeeCancelled(@RequestBody Map<String ,Object> map){ |
| | | String hospitalid = map.get("HOSPITALID").toString(); |