74725b76创建于 2022年4月27日历史提交
export class Constants {
  public static readonly CONTENT_TYPEAPPLICATION_JSON = 'application/json';
  public static readonly METHOD_GET = 'GET';
  public static readonly METHOD_POST = 'POST';
}