Authored by hf

code review by fei.hong: do modify app api hotfix main.js

... ... @@ -61,6 +61,7 @@ class HfController extends AbstractAction
$result['data']['patchv'] = '';
$result['data']['filecode'] = '';
$result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data']));
break;
}
$this->echoJson($result);
... ...