系统设置
# 接口文档-获取系统设置
## 说明
```
GET或POST
```
### 请求参数
| 参数 | 说明 | 类型 | 备注 | 是否必填 |
| ------- | -------- | ------ | ------------------- | -------- |
| _handle | 处理类 | string | 固定值:SystemPage | 是 |
| _method | 处理方法 | string | 固定值:Get | 是 |
#### 请求地址
```
域名/api/index/
```
##### 返回值
```json
{
"code": 1,
"msg": "",
"data": {
"xy_startup_logo":"启动广告",
"xy_customer_url":"微信号",
"xy_android_url":"http://ww",//安卓下载地址
"xy_android_version":"http://ww",//安卓版本
"xy_ios_url":"http://ww",//苹果下载地址
"xy_ios_version":"http://ww",//苹果下载版本
"xy_qq":"http://ww",//QQ
"xy_tel":"http://ww",//电话
"xy_weixin":"http://ww",//微信
"xy_work_time":"http://ww",//工作时间
"xy_weixin_pay":0,//0 开启 1关闭 微信支付
"xy_alipay_pay":0,//0 开启 1关闭 支付宝支付
"xy_sys_sharetitle":"分享标题",
"xy_sys_sharedes":"分享介绍",
"xy_sys_shareimg":"分享图片",
}
}
```