mirror of
https://github.com/Alexey71/opera-proxy.git
synced 2026-05-15 07:01:00 +00:00
WIP
This commit is contained in:
@@ -48,3 +48,14 @@ type SERegisterSubscriberResponse struct {
|
||||
Data interface{} `json:"data"`
|
||||
Status SEStatusPair `json:"return_code"`
|
||||
}
|
||||
|
||||
type SERegisterDeviceData struct {
|
||||
ClientType string `json:"client_type"`
|
||||
DeviceID string `json:"device_id"`
|
||||
DevicePassword string `json:"device_password"`
|
||||
}
|
||||
|
||||
type SERegisterDeviceResponse struct {
|
||||
Data SERegisterDeviceData `json:"data"`
|
||||
Status SEStatusPair `json:"return_code"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user