File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11发行说明:记录每次SDK更新的说明,最新版本的SDK包含以前所有版本的更新内容。
22---------------------------------------------------------------------
3+ 【版本:v0.9.243】
4+ 涉及产品:ET
5+ 专线通道信息返回BGP状态
6+ 涉及产品:IAM
7+ 修复用户登录信息反序列化失败bug
38【版本:v0.9.242】
49涉及产品:MCP
510 获取转码信息接口新增output字段
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828
2929// Constants and default values for the package bce
3030const (
31- SDK_VERSION = "0.9.242 "
31+ SDK_VERSION = "0.9.243 "
3232 URI_PREFIX = "/" // now support uri without prefix "v1" so just set root path
3333 DEFAULT_DOMAIN = "baidubce.com"
3434 DEFAULT_PROTOCOL = "http"
Original file line number Diff line number Diff line change @@ -88,6 +88,8 @@ type EtChannelResult struct {
8888 Networks []string `json:"networks"`
8989 BGPAsn string `json:"bgpAsn"`
9090 BGPKey string `json:"bgpKey"`
91+ BGPStatus string `json:"bgpStatus"`
92+ Ipv6BGPStatus string `json:"ipv6BgpStatus"`
9193 CustomerAddress string `json:"customerAddress"`
9294 RouteType string `json:"routeType"`
9395 VlanId string `json:"vlanId"`
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ type LoginProfileModel struct {
6767 EnabledLogin bool `json:"enabledLogin"`
6868 EnabledLoginMfa bool `json:"enabledLoginMfa"`
6969 LoginMfaType string `json:"loginMfaType,omitempty"`
70- ThirdPartyType bool `json:"thirdPartyType,omitempty"`
71- ThirdPartyAccount bool `json:"thirdPartyAccount,omitempty"`
70+ ThirdPartyType string `json:"thirdPartyType,omitempty"`
71+ ThirdPartyAccount string `json:"thirdPartyAccount,omitempty"`
7272}
7373
7474type UpdateUserLoginProfileArgs LoginProfileModel
You can’t perform that action at this time.
0 commit comments