| | |
| | | import com.zy.common.web.BaseController; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | |
| | | */ |
| | | @PostMapping("/check/auth/v1") |
| | | @AppAuth(memo = "检验是否合格") |
| | | @Transactional |
| | | public synchronized R check(@RequestHeader(required = false) String appkey, |
| | | @RequestBody UnQualifiedOrderConfirmParam param, |
| | | HttpServletRequest request) { |