1 Star 0 Fork 0

此间少年' / topsdk

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
TmallServicecenterServicemonitormessageInfoResponse.go 1.49 KB
Copy Edit Raw Blame History
此间少年' authored 2023-10-20 10:35 . add taobao sdk
package response
import (
"gitee.com/cjsn/topsdk/util"
)
type TmallServicecenterServicemonitormessageInfoResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
biz_id的业务类型, 为1,则bizId为工单id biz_type=2 则表示预警单为运营动态配置的规则产生的预警,对应biz_id为工单id
*/
BizType string `json:"biz_type,omitempty" `
/*
预警级别,1、预警 2、警告 3、严重
*/
Level string `json:"level,omitempty" `
/*
服务类型
*/
ServiceCode string `json:"service_code,omitempty" `
/*
业务实体id,参考 biz_type
*/
BizId int64 `json:"biz_id,omitempty" `
/*
处理备注
*/
Memo string `json:"memo,omitempty" `
/*
预警单主键id ,反馈处理进度和备注时需要回传此ID
*/
Id int64 `json:"id,omitempty" `
/*
服务预警单创建时间,格式如:2021-11-06 13:12:11
*/
GmtCreate util.LocalTime `json:"gmt_create,omitempty" `
/*
预警规则id,对应一种业务触发的条件
*/
RuleId string `json:"rule_id,omitempty" `
/*
预警提示内容,如请及时处理即将超出6小时时未回传工人信息的服务工单,详情如下:父订单编号:XXX,服务子订单:XXX,服务工单号:XXX
*/
Content string `json:"content,omitempty" `
/*
预警状态 0、已生成 1、已预警 2、已收到 3、已读 4、处理中 5、已处理
*/
Status string `json:"status,omitempty" `
}
Go
1
https://gitee.com/cjsn/topsdk.git
git@gitee.com:cjsn/topsdk.git
cjsn
topsdk
topsdk
v0.1.6

Search