0


postMan传String和类实体JSON类型

postMan传String和类实体JSON类型

其中类:

public class AddTrainplanUserParam implements Serializable {
    private  TrainplanDto trainplanDto;
    private  UserBaseDto userbaseDto;

postMan调用方式:

下面的JSON是通过:JSONObject.toJSONString(类)得到的:

Json通过String传递时:

通过:用 %7b 代替{ ,用 %7d 代替 }

标签: java

本文转载自: https://blog.csdn.net/Ciel_Y/article/details/123786885
版权归原作者 李子怡 所有, 如有侵权,请联系我们删除。

“postMan传String和类实体JSON类型”的评论:

还没有评论