|
@@ -146,7 +146,7 @@ public class KuaiShouCreateServiceImpl implements IKuaiShouCreateService {
|
|
}
|
|
}
|
|
|
|
|
|
Map<String, Object> apkMap;
|
|
Map<String, Object> apkMap;
|
|
- if ("1".equals(platform)) {
|
|
|
|
|
|
+ if ("1".equals(platform) && appTemplate.getUploadType() == 1) {
|
|
apkJson.put("file", appTemplate.getFile());
|
|
apkJson.put("file", appTemplate.getFile());
|
|
apkMap = kuaishouInterfaceService.appCreate(accountId, accessToken, apkJson);
|
|
apkMap = kuaishouInterfaceService.appCreate(accountId, accessToken, apkJson);
|
|
|
|
|