Commit caab41a5 authored by clone's avatar clone

1

parent 59d99616
...@@ -56,7 +56,7 @@ class Version extends Basic ...@@ -56,7 +56,7 @@ class Version extends Basic
$this->response("101","请求的设备类型不能为空"); $this->response("101","请求的设备类型不能为空");
} }
$versionResult = $this->appVersion->getVersion($type); $versionResult = $this->appVersion->getVersion($type);
$versionResult["is_show_wx"] = 1; //0显示 1不显示 $versionResult["is_show_wx"] = 0; //0显示 1不显示
return $this->response("200", "request success", $versionResult); return $this->response("200", "request success", $versionResult);
} }
} }
\ 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