Skip to content

Commit 1bd5566

Browse files
authored
修改Request为public (#123)
1 parent 780cf74 commit 1bd5566

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/wechat/pay/contrib/apache/httpclient/notification

1 file changed

+1
-1
lines changed

src/main/java/com/wechat/pay/contrib/apache/httpclient/notification/Request.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @author lianup
77
*/
8-
interface Request {
8+
public interface Request {
99

1010
/**
1111
* 获取请求头Wechatpay-Serial

0 commit comments

Comments
 (0)