소스 검색

优化注释

dev1
Binary Wang 5 년 전
부모
커밋
e8a9d00a36
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      weixin-java-common/src/main/java/me/chanjar/weixin/common/util/http/SimplePostRequestExecutor.java

+ 2
- 3
weixin-java-common/src/main/java/me/chanjar/weixin/common/util/http/SimplePostRequestExecutor.java 파일 보기

@@ -1,15 +1,14 @@
package me.chanjar.weixin.common.util.http;

import java.io.IOException;

import me.chanjar.weixin.common.WxType;
import me.chanjar.weixin.common.error.WxErrorException;
import me.chanjar.weixin.common.util.http.apache.ApacheSimplePostRequestExecutor;
import me.chanjar.weixin.common.util.http.jodd.JoddHttpSimplePostRequestExecutor;
import me.chanjar.weixin.common.util.http.okhttp.OkHttpSimplePostRequestExecutor;

import java.io.IOException;

/**
* 用装饰模式实现
* 简单的POST请求执行器,请求的参数是String, 返回的结果也是String
*
* @author Daniel Qian


불러오는 중...
취소
저장