This commit is contained in:
fatedier 2017-12-11 22:46:45 +08:00 committed by Dolfly
parent 471cba8007
commit 64bc19d987

View File

@ -181,5 +181,5 @@ type NatHoleResp struct {
} }
type NatHoleSid struct { type NatHoleSid struct {
Sid string `json"sid"` Sid string `json:"sid"`
} }