Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions src/main/java/com/alipay/global/api/AlipayClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@

public interface AlipayClient {

<T extends AlipayResponse> T execute(AlipayRequest<T> alipayRequest) throws AlipayApiException;

<T extends AlipayResponse> T execute(AlipayRequest<T> alipayRequest) throws AlipayApiException;
}
Loading