Commit 7c66ed99 authored by hujun's avatar hujun

Merge branch 'test' of https://gitee.com/zwyjjc/tl_estate into test

parents 89135f5e 2c360e4f
......@@ -38,6 +38,9 @@ class Version extends Basic
if(isset($type)){
$this->response("101","请求的设备类型不能为空");
}
if($type == "android"){
$type = 0;
}
$versionResult = $this->appVersion->getVersion($type);
return $this->response("200", "request success", $versionResult);
}
......
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