huangxiaodong 1 년 전
부모
커밋
6c4c8eb7bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      创维盒子/双子星云手机/CloudPlayer/RCCommandHelp.m

+ 1 - 1
创维盒子/双子星云手机/CloudPlayer/RCCommandHelp.m

@@ -1160,7 +1160,7 @@ withType:(BOOL)isUploadType
 
 + (NSString *)applyForDownloadThumbnailFileBy:(NSString *)taskUid withFilePath:(NSString *)filePath withPosition:(long)position
 {
-    NSString *dataStr =[NSString stringWithFormat:@"{\"data\":{\"taskUid\":\"%@\",\"filePath\":\"%@\",\"width\":\"150\",\"height\":\"150\",\"position\":\"%ld\"},\"type\":\"getShotCat\"}",taskUid,filePath,position];
+    NSString *dataStr =[NSString stringWithFormat:@"{\"data\":{\"taskUid\":\"%@\",\"filePath\":\"%@\",\"width\":\"300\",\"height\":\"300\",\"position\":\"%ld\"},\"type\":\"getShotCat\"}",taskUid,filePath,position];
 
     if (USENEWCONTROLLCOMMONDNO500)
     {