Commit 0520e2c8 authored by Quxl's avatar Quxl

x

parent 812dab18
...@@ -30,6 +30,7 @@ import sun.misc.BASE64Encoder; ...@@ -30,6 +30,7 @@ import sun.misc.BASE64Encoder;
* 视频点播OpenAPI调用示例 * 视频点播OpenAPI调用示例
* 以GetVideoPlayAuth接口为例,其他接口请替换相应接口名称及私有参数 * 以GetVideoPlayAuth接口为例,其他接口请替换相应接口名称及私有参数
*/ */
@SuppressWarnings("all")
public class AliyunSign { public class AliyunSign {
//账号AK信息请填写(必选) //账号AK信息请填写(必选)
private static String access_key_id = "LTAIOtHCCpDLXYp8"; private static String access_key_id = "LTAIOtHCCpDLXYp8";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment