|
@@ -1160,7 +1160,7 @@ withType:(BOOL)isUploadType
|
|
|
|
|
|
|
|
+ (NSString *)applyForDownloadThumbnailFileBy:(NSString *)taskUid withFilePath:(NSString *)filePath withPosition:(long)position
|
|
+ (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)
|
|
if (USENEWCONTROLLCOMMONDNO500)
|
|
|
{
|
|
{
|