Home  >  Q&A  >  body text

java - Springboot如何利用http请求控制器

写好了接口,现在想用postman测试一下这个接口是否正确,想请问怎么传入请求参数?先谢谢了!

黄舟黄舟2743 days ago543

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 10:55:00

    Use the form to pass values ​​directly. As long as the fields match, spring will automatically package it into a payDetaiForm object.

    reply
    0
  • 怪我咯

    怪我咯2017-04-18 10:55:00

    key => value
    such as:
    usesrid => 1
    store = > hello

    reply
    0
  • Cancelreply