HTTP/HTTPS
Protocol
YesDev / Platform API / 添加或者更新kpi邮箱配置信息
添加或者更新kpi邮箱配置信息
API Url:http://pre.www.yesdev.cn/api/platform.php?s=Platform.Kpi_Kpi.AddOrUpdateKpiEmailConfig
API Description: 添加或者更新kpi邮箱配置信息
API Parameters
Parameter Name | Type | Is Required | Default | Note | Description |
---|---|---|---|---|---|
access_token | 字符串 | Optional | 访问令牌,仅当开启签名验证时需要传递,生成令牌可使用App.Auth.ApplyToken接口 | ||
app_key | 字符串 | Optional | app_key,团队代码 | ||
sign | 字符串 | Optional | - | 动态签名,签名算法请联系我们技术客服获取 | |
type | 字符串 | Required | - | max: 255 | kpiy邮件类型 100项目 200需求 300测试计划 |
title | 字符串 | Required | - | max: 255 | 标题 |
addressee_email | 字符串 | Required | - | max: 255 | 收件人地址 |
cc_email | 字符串 | Optional | - | 抄送人人地址 | |
email_crontab_cycle_stype | 字符串 | Required | - | max: 255 | 邮件定时周期类型 100秒 200分 300时 400天 500周 600月 700年 |
email_crontab_cycle_stype_value | 字符串 | Required | - | max: 255 | 邮件定时周期类型对应的值,0代表每, 可以多个传,比如每周工作日传(1,2,3,4,5) |
email_crontab_cycle_time | 字符串 | Required | - | max: 255 | 邮件定时的准确时分秒,默认00:00:00 |
email_status | 字符串 | Optional | 10 | max: 255 | 邮箱状态 10关 20 开 |
Return Field
Response Result | Type | Description |
---|---|---|
ret | int | status code, 200 is ok, 4xx is bad request, 5xx is server inside error |
data | object/mixed | business data, decided by API implementation |
msg | string | message, usually error message |
Test Online
Parameter | Is Required | Value |
---|---|---|
service | Required | |
access_token | Optional | |
app_key | Optional | |
sign | Optional | |
type | Required | |
title | Required | |
addressee_email | Required | |
cc_email | Optional | |
email_crontab_cycle_stype | Required | |
email_crontab_cycle_stype_value | Required | |
email_crontab_cycle_time | Required | |
email_status | Optional |
Client Request Demo
# 暂无示例,可添加示例文件:./src/view/docs/demos/Platform.Kpi_Kpi.AddOrUpdateKpiEmailConfig.json
Error List
Error Status | Error Description |
---|---|
400 | ret=400,客户端参数错误或非法请求 |
404 | 表示接口服务不存在 |
406 | ret=406,access_token令牌校验不通过 |
407 | ret=407,app_key权限不足,或未知应用 |
408 | ret=408,当前用户禁止使用,或用户未登录 |
410 | 权限不足 |
500 | 表示服务端内部错误 |
Last generated at: 2025-08-03 17:30:15 联系我们开通接入OpenAPI