code review by fei.hong: do modify app api hotfix main.js
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -61,6 +61,7 @@ class HfController extends AbstractAction | @@ -61,6 +61,7 @@ class HfController extends AbstractAction | ||
61 | $result['data']['patchv'] = ''; | 61 | $result['data']['patchv'] = ''; |
62 | $result['data']['filecode'] = ''; | 62 | $result['data']['filecode'] = ''; |
63 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); | 63 | $result['md5'] = md5(self::PRIVATE_KEY . ':' . json_encode($result['data'])); |
64 | + break; | ||
64 | } | 65 | } |
65 | 66 | ||
66 | $this->echoJson($result); | 67 | $this->echoJson($result); |
-
Please register or login to post a comment