1 2 3 4 5 6 7
package com.lyms.hospital.util;public class RequestUtil { public static final String JSON_ENCODING = "application/json;charset=UTF-8";}