初始化SDK选项
| 成员 | 类型 | 描述 |
|---|---|---|
| ApiOptions | 方法 | 实例化方法 |
| AccessKeyId | String | API访问ID |
| AccessKeySecret | String | API访问密钥 |
实例化ApiOptions对象
xxxxxxxxxxpublic ApiOptions(string accessKeyId, string accessKeySecret)xxxxxxxxxxApiOptions options = new ApiOptions("你的API访问ID", "你的API访问密钥");