Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* 视频上传常量定义
*/
public class TVCConstants {
public static final String TVCVERSION = "9.5.11346";
public static final String TVCVERSION = "9.5.11347";
public static String VOD_SERVER_HOST = "vod2.qcloud.com";
public static String VOD_SERVER_HOST_BAK = "vod2.dnsv1.com";
public static int MAX_REQUEST_COUNT = 2; // 最大重试次数
Expand Down