问答详情
源自:5-4 秒杀交互

Request method 'GET' not supported

在秒杀时间内,但是『开始秒杀』按钮出不来:

http://img.mukewang.com/594e0af70001e2b105440233.jpg

控制台提示的是:

org.springframework.web.servlet.PageNotFound.handleHttpRequestMethodNotSupported Request method 'GET' not supported



提问者:Yoooshiki 2017-06-24 14:47

个回答

  • 0_04017429
    2019-08-16 19:15:45

    可能是前端的问题 我也遇到了  后台接口自测没问题

  • edgewalk
    2017-06-24 19:06:17

    说明秒杀方法后台不支持get访问,你用post访问试试