华为乾坤-修改时间段模板:响应示例

时间:2025-02-17 11:37:42

响应示例

返回状态码为200:修改时间段模板结果。

HTTP/1.1 200 OK 
Date: Thu,13 Sep 2018 10:00:00 GMT 
Server: example-server 
Content-Type: application/json 
{
    "errcode": "0",
    "errmsg": "",
    "data": {
        "id": "94386ba0-9976-4f92-b699-f3ca00de56e5",
        "templateName": "tem01",
        "dayContentDtoList": [{
            "switchDay": 1,
            "startTime": "08:00",
            "endTime": "18:00",
            "onOff": true
        },
        {
            "switchDay": 2,
            "startTime": "08:30",
            "endTime": "20:30",
            "onOff": true
        },
        {
            "switchDay": 3,
            "startTime": "08:00",
            "endTime": "18:00",
            "onOff": true
        },
        {
            "switchDay": 4,
            "startTime": "08:30",
            "endTime": "20:30",
            "onOff": true
        },
        {
            "switchDay": 5,
            "startTime": "08:00",
            "endTime": "18:00",
            "onOff": true
        },
        {
            "switchDay": 6,
            "startTime": "09:00",
            "endTime": "17:00",
            "onOff": true
        },
        {
            "switchDay": 7,
            "startTime": "08:00",
            "endTime": "18:00",
            "onOff": true
        }]
    }
}

返回状态码为400:校验异常。

HTTP/1.1 400 Bad Request
Date: Sun,16 Feb 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive

返回状态码为500:内部服务错误。

HTTP/1.1 500 Internal Server Error
Date: Sun,16 Feb 2025 10:00:00 GMT
Server: example-server
Content-Type: application/json;charset=UTF-8
Content-Length: 250
Connection: keep-alive
support.huaweicloud.com/qiankuncmn-qiankuncs/toctopics/zh-cn_topic_0000001898800997.html