Exemplo n.º 1
0
        // 设置所有请求共享的系统级参数

        #region DefaultJdClient Constructors

        public DefaultJdClient(string serverUrl, string appKey, string appSecret)
        {
            this.appKey    = appKey;
            this.appSecret = appSecret;
            this.serverUrl = serverUrl;
            this.webUtils  = new WebUtils();
            this.JdLogger  = new DefaultJdLogger();
        }
Exemplo n.º 2
0
 public void SetJdLogger(IJdLogger JdLogger)
 {
     this.JdLogger = JdLogger;
 }
Exemplo n.º 3
0
 public void SetJdLogger(IJdLogger topLogger)
 {
     this.topLogger = topLogger;
 }