HTTP/HTTPS
请求协议
YesDev / WebAPI / 添加app配置设置
添加app配置设置
接口地址:http://test.www.yesdev.cn/api/platform.php?s=Platform.AppSiteConfig_AppSiteConfig.AddOrUpdateAppSiteConfig
接口描述: 添加app配置设置
接口参数
参数名字 | 类型 | 是否必须 | 默认值 | 其他 | 说明 |
---|---|---|---|---|---|
access_token | 字符串 | 可选 | 访问令牌,仅当开启签名验证时需要传递,生成令牌可使用App.Auth.ApplyToken接口 | ||
app_key | 字符串 | 可选 | app_key,团队代码 | ||
sign | 字符串 | 可选 | - | 动态签名,签名算法请联系我们技术客服获取 | |
working_hours | 字符串 | 可选 | - | 工时配置 | |
task_postponement | 字符串 | 可选 | - | 任务顺延配置 | |
one_task_time_max | 字符串 | 可选 | - | 最大:50 | 每人单个任务最大时长 |
one_day_task_time_max | 字符串 | 可选 | - | 最大:50 | 当天每人最大任务工时 |
done_task_after_hour_prohibit | 字符串 | 可选 | - | 最大:50 | 完成之后多少小时可以更改 |
task_add_operation | 字符串 | 可选 | - | 最大:500 | 任务添加操作权限:0所有人 100 仅自己 |
task_update_operation | 字符串 | 可选 | - | 最大:500 | 任务更新操作权限:0所有人 100 仅自己 |
task_delete_operation | 字符串 | 可选 | - | 最大:500 | 任务删除操作权限:0所有人 100 仅自己 |
task_keep_show_time | 浮点型 | 可选 | - | 最小:0 | 任务完成多久后收纳 |
wait_task_exceed_hour_remind | 字符串 | 可选 | - | 最小:0 | 待办任务超过多少小时提醒 |
wait_task_exceed_hour_remind_cycle | 字符串 | 可选 | - | 待办任务超过多少小时提醒 周期 1,2,3,4,5,6,7 分别代表周一到周日 | |
wait_task_exceed_hour_remind_number | 字符串 | 可选 | - | 最小:1 | 待办任务超过多少小时提醒 多少次 |
wait_task_exceed_hour_remind_start_date | 字符串 | 可选 | - | 最小:1 | 待办任务超过多少小时提醒 时间段,开始时间 单位 08:00 |
wait_task_exceed_hour_remind_end_date | 字符串 | 可选 | - | 最小:1 | 待办任务超过多少小时提醒 时间段,结束时间 单位 22:00 |
hide_customer_contact | 字符串 | 可选 | - | 前端隐藏客户的联系方式:0-隐藏;1-不隐藏 | |
need_status_next_allow | 字符串 | 可选 | - | 需求的开发流程配置 | |
problem_status_next_allow | 字符串 | 可选 | - | 问题的开发流程配置 | |
problem_status_authority | 字符串 | 可选 | - | 问题的开发流程用户权限 | |
need_status_authority | 字符串 | 可选 | - | 需求的开发流程用户权限 | |
task_status_next_allow | 字符串 | 可选 | - | 任务的开发流程配置 | |
task_status_authority | 字符串 | 可选 | - | 任务的开发流程配成员权限 |
返回字段
返回结果 | 类型 | 说明 |
---|---|---|
ret | 整型 | 状态码,200表示成功,4xx表示客户端非法请求,5xx表示服务器错误 |
data | 对象或混合类型 | 业务数据,由各自接口指定,通常为对象 |
msg | 字符串 | 提示信息,失败时的错误提示 |
在线测试
参数 | 是否必须 | 值 |
---|---|---|
service | 必须 | |
access_token | 可选 | |
app_key | 可选 | |
sign | 可选 | |
working_hours | 可选 | |
task_postponement | 可选 | |
one_task_time_max | 可选 | |
one_day_task_time_max | 可选 | |
done_task_after_hour_prohibit | 可选 | |
task_add_operation | 可选 | |
task_update_operation | 可选 | |
task_delete_operation | 可选 | |
task_keep_show_time | 可选 | |
wait_task_exceed_hour_remind | 可选 | |
wait_task_exceed_hour_remind_cycle | 可选 | |
wait_task_exceed_hour_remind_number | 可选 | |
wait_task_exceed_hour_remind_start_date | 可选 | |
wait_task_exceed_hour_remind_end_date | 可选 | |
hide_customer_contact | 可选 | |
need_status_next_allow | 可选 | |
problem_status_next_allow | 可选 | |
problem_status_authority | 可选 | |
need_status_authority | 可选 | |
task_status_next_allow | 可选 | |
task_status_authority | 可选 |
客户端请求示例
# 暂无示例,可添加示例文件:./src/view/docs/demos/Platform.AppSiteConfig_AppSiteConfig.AddOrUpdateAppSiteConfig.json
错误列表
错误状态码 | 错误描述信息 |
---|---|
400 | ret=400,客户端参数错误或非法请求 |
404 | 表示接口服务不存在 |
406 | ret=406,access_token令牌校验不通过 |
407 | ret=407,app_key权限不足,或未知应用 |
408 | ret=408,当前用户禁止使用,或用户未登录 |
410 | 权限不足 |
500 | 表示服务端内部错误 |
本文档生成时间:2025-01-15 15:03:40 联系我们开通接入OpenAPI