# 同步应用信息
# host: https://yach-oapi.zhiyinlou.com 正式环境
# host: https://yach-oapi-test.zhiyinlou.com 测试环境
# 概述
| 名称 | 值 | 
|---|---|
| 地址 | /oapi/app/info/sync | 
| 请求方式 | POST | 
| 参数 | 见【参数】 | 
| 返回值 | 见【返回值】 | 
# 参数
| 参数 | 参数类型 | 必须 | 说明 | 
|---|---|---|---|
| access_token | String | 是 | 调用接口凭证 | 
| app_list_info | String | 是 | 应用列表Json,支持批量同步应用信息最多10个,示例:[{应用信息1}, {应用信息2}] | 
# 返回值
{
    "code": 200,
    "msg": "",
    "obj": {
    	
    }
}