💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 案例 ~~~ @Controller public class HelloController { @RequestMapping(path = "/param") public String hello(String username, Integer age) { System.out.println(username); System.out.println(age); return "success"; } } ~~~ ![](https://box.kancloud.cn/4f18545cc91e0e55a64d01d8d08c4bd6_1516x192.png)