All URIs are relative to https://openapi.alipay.com
Method | HTTP request | Description |
---|---|---|
query | POST /v3/alipay/open/operation/openbizmock/testpathkey/query/{keykey}/{a} | 测试网关协议3.0key和path |
AlipayOpenOperationOpenbizmockTestpathkeyQueryResponseModel query(keykey, a, b, c, data, f)
测试网关协议3.0key和path
测试网关协议3.0key和path
// Import classes:
import com.alipay.v3.ApiClient;
import com.alipay.v3.ApiException;
import com.alipay.v3.Configuration;
import com.alipay.v3.util.*;
import com.alipay.v3.api.models.*;
import com.alipay.v3.api.AlipayOpenOperationOpenbizmockTestpathkeyApi;
public class Example {
public static void main(String[] args) {
ApiClient defaultClient = Configuration.getDefaultApiClient();
defaultClient.setBasePath("https://openapi.alipay.com");
// 设置alipayConfig参数(全局设置一次)
AlipayConfig config = new AlipayConfig();
config.setAppId("app_id");
config.setPrivateKey("private_key");
config.setAlipayPublicKey("alipay_public_key");
config.setEncryptKey("encrypt_key");
defaultClient.setAlipayConfig(config);
AlipayOpenOperationOpenbizmockTestpathkeyApi apiInstance = new AlipayOpenOperationOpenbizmockTestpathkeyApi(defaultClient);
String keykey = "keykey"; // String | ceshi
String a = "a"; // String | 测试
String b = "b"; // String | ceshi
String c = "c"; // String | 测试
AlipayOpenOperationOpenbizmockTestpathkeyQueryModel data = new AlipayOpenOperationOpenbizmockTestpathkeyQueryModel(); // AlipayOpenOperationOpenbizmockTestpathkeyQueryModel |
File f = new File("/path/to/file"); // File |
try {
AlipayOpenOperationOpenbizmockTestpathkeyQueryResponseModel result = apiInstance.query(keykey, a, b, c, data, f);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AlipayOpenOperationOpenbizmockTestpathkeyApi#query");
System.err.println("Status code: " + e.getCode());
System.err.println("Reason: " + e.getResponseBody());
System.err.println("Response headers: " + e.getResponseHeaders());
e.printStackTrace();
}
}
}
Name | Type | Description | Notes |
---|---|---|---|
keykey | String | ceshi | |
a | String | 测试 | |
b | String | ceshi | [optional] |
c | String | 测试 | [optional] |
data | AlipayOpenOperationOpenbizmockTestpathkeyQueryModel | [optional] | |
f | File | [optional] |
AlipayOpenOperationOpenbizmockTestpathkeyQueryResponseModel
No authorization required
- Content-Type: multipart/form-data
- Accept: application/json
Status code | Description | Response headers |
---|---|---|
200 | common response | - |
0 | 请求失败 | - |