request body
{ "user_name": "", "sex":"", wear: { "clothes" : "", "shoe":"", }, "param1":"" }
这种
参考这篇。
定义JAVABEAN,把wear当做javabean的成员变量,生成set/get方法即可。