Authored by 姜枫

Merge branch 'feature/app-hotfix'

... ... @@ -53,6 +53,8 @@ const hf = {
let filecode = md5File.sync(batchFile.path);
filecode = md5(filecode + 'yohopatch2016');
let hotfixRaw = {
type: type,
appName: appName,
... ... @@ -74,10 +76,11 @@ const hf = {
if (batchUpload && batchUpload.url) {
let apiData = {
code: 200,
data: {
url: batchUpload.url,
patchv: patchVersion,
filecode: md5(filecode + 'yohopatch2016')
filecode: filecode
}
};
hotfixRaw.patchFile = batchUpload.url;
... ...