RequestUtil.java 233 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
package com.lyms.hospital.util;

/**
* 请求或返回标准格式的简单封装
* @author xujiahong
*
*/
public class RequestUtil {
public static final String JSON_ENCODING = "application/json;charset=UTF-8";

}