Showing
1 changed file
with
26 additions
and
1 deletions
@@ -612,4 +612,29 @@ Response: | @@ -612,4 +612,29 @@ Response: | ||
612 | "returnMsg": "学生状态回调失败" | 612 | "returnMsg": "学生状态回调失败" |
613 | } | 613 | } |
614 | 614 | ||
615 | -``` | 615 | +``` |
616 | + | ||
617 | +#12. 上报腾讯云错误码接口 | ||
618 | + | ||
619 | +接口地址:/teaching/callback/qcloud/error_info | ||
620 | + | ||
621 | +请求方式:POST | ||
622 | + | ||
623 | +Request params: | ||
624 | + | ||
625 | +|参数名 |是否必须 |说明 |参数类型 | | ||
626 | +|--------------|----------|--------|----------| | ||
627 | +|work_order_id |是 |工单id |Long | | ||
628 | +|error_code |是 |错误码 |String | | ||
629 | + | ||
630 | +Response body: | ||
631 | + | ||
632 | +``` | ||
633 | +{ | ||
634 | + "data": {}, | ||
635 | + "returnCode": 200, | ||
636 | + "returnMsg": "success" | ||
637 | +} | ||
638 | +``` | ||
639 | + | ||
640 | + |
-
Please register or login to post a comment