Commit 96bdcfae authored by clone's avatar clone

控制微信按钮不现实

parent 2cafda40
......@@ -56,6 +56,7 @@ class Version extends Basic
$this->response("101","请求的设备类型不能为空");
}
$versionResult = $this->appVersion->getVersion($type);
$versionResult["is_show_wx"] = 1;
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