File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131
3232#### Getting Started ####
3333
34- ##### 工程使用sdk #####
34+ ##### 安装说明 #####
3535
3636建议使用Maven构建自己的项目,添加需要的相应模块的依赖,示例如下:
3737
@@ -104,7 +104,7 @@ export VOLCENGINE_SESSION_TOKEN=token
104104``` java
105105Credentials credentials = Credentials . getCredentials(ak, sk);
106106// 如果使用token
107- Credentials credentials = Credentials . getCredentials(ak, sk, token);
107+ Credentials credentials = Credentials . getCredentials(ak, sk, token);
108108```
109109
110110##### Endpoint 设置 #####
@@ -128,7 +128,7 @@ ApiClient apiClient = new ApiClient()
128128- Service中存在_符号时,Endpoint时需转为-符号。存在大写字母时需转成小写。
129129- 并非所有云产品和Region都支持标准域名,具体请前往您所使用的产品-API参考中查看。
130130
131- #### Example ####
131+ #### SDK 示例 ####
132132
133133``` java
134134import com.volcengine.ApiClient ;
You can’t perform that action at this time.
0 commit comments