Commit 01021167 authored by rlgy's avatar rlgy

添加version_code字段

parent a0c898b7
...@@ -20,6 +20,9 @@ class AppController extends BaseController ...@@ -20,6 +20,9 @@ class AppController extends BaseController
if ($data) { if ($data) {
$data['log'] = json_decode($data['log']); $data['log'] = json_decode($data['log']);
} }
$data['id']=(integer)$data['id'];
$data['status']=(integer)$data['status'];
$data['version_code']=(integer)$data['version_code'];
return $data; return $data;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment