Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ public class AlipayPayRequest extends AlipayRequest<AlipayPayResponse> {

private String extendInfo;

/** 5.6号测试 */
private String ordertestrequest;

/**
* The unique ID to identify a merchant account. Note: Specify this parameter when you use a
* single client ID across multiple locations. More information: Maximum length: 32 characters
Expand Down
Loading