package com.epmet.openapi; /** * url请求参数key */ public class RequestParamKeys { public static String APP_ID = "app_id"; public static String AUTH_TYPE = "auth_type"; }