WeiXinConstant

JeeWx API

org.jeewx.api.core.util

类 WeiXinConstant

  • java.lang.Object
    • org.jeewx.api.core.util.WeiXinConstant

  • public class WeiXinConstant
    extends java.lang.Object
    获取微信接口的信息
    作者:
    liguo
    • 方法概要

      • 从类继承的方法 java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • JSON_DATA_TYPE

        public static java.lang.String JSON_DATA_TYPE
        JSON数据格式类型
      • PARAM_DATA_TYPE

        public static java.lang.String PARAM_DATA_TYPE
        keg--value参数类型
      • REQUEST_POST

        public static java.lang.String REQUEST_POST
        post请求类型
      • REQUEST_GET

        public static java.lang.String REQUEST_GET
        get请求类型
      • RETURN_ERROR_INFO_CODE

        public static java.lang.String RETURN_ERROR_INFO_CODE
        返回的错误代码信息
      • RETURN_ERROR_INFO_MSG

        public static java.lang.String RETURN_ERROR_INFO_MSG
        返回的错误信息
    • 构造器详细资料

      • WeiXinConstant

        public WeiXinConstant()