We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99188e commit 45f5bc2Copy full SHA for 45f5bc2
src/main/java/com/alipay/global/api/example/CashierPayDemoCode.java
@@ -123,7 +123,7 @@ public static void executePayWithCard() {
123
124
// set env info
125
Env env = Env.builder().terminalType(TerminalType.WEB)
126
- .clientIp(IpAddressTool.getIpAddress()).build();
+ .clientIp("1.2.3.4").build();
127
alipayPayRequest.setEnv(env);
128
129
// set auth capture payment mode
@@ -178,7 +178,7 @@ public static void executePayWithBlik() {
178
179
180
181
182
183
184
// replace with your notify url
0 commit comments