import com.alibaba.fastjson.TypeReference;

R<User> resultObj = JSON.parseObject(user_json, new TypeReference<R<User>>()
			{
			});

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *