NutzCN Logo
问答 如何让@param接收Content-Type为applciation/json 的代码
发布于 1871天前 作者 qq_753729fe 1746 次浏览 复制 上一个帖子 下一个帖子
标签:
 @POST
    @At("/bindUser")
    public Result bindUser(@Param("role") String role, @Param("username") String name , @Param("password") String password,
                           @Param("code") String code) {
        System.out.println(name);
添加回复
请先登陆
回到顶部