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)
     {