ソースを参照

统一规范化部分javadoc

master
Binary Wang 7年前
コミット
aa2ca20117
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceApacheHttpImpl.java
  2. +1
    -1
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceJoddHttpImpl.java

+ 1
- 1
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceApacheHttpImpl.java ファイルの表示

@@ -27,7 +27,7 @@ import java.nio.charset.StandardCharsets;
* Created by Binary Wang on 2016/7/28.
* </pre>
*
* @author binarywang (https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxPayServiceApacheHttpImpl extends WxPayServiceAbstractImpl {



+ 1
- 1
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceJoddHttpImpl.java ファイルの表示

@@ -18,7 +18,7 @@ import java.nio.charset.StandardCharsets;
* 微信支付请求实现类,jodd-http实现
* Created by Binary Wang on 2016/7/28.
*
* @author binarywang (https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public class WxPayServiceJoddHttpImpl extends WxPayServiceAbstractImpl {



読み込み中…
キャンセル
保存