mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-08-12 13:27:11 +03:00
Add license_key support for masque and warp Cloudflare profiles
This commit is contained in:
@@ -111,6 +111,10 @@ type DeviceUpdate struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
}
|
||||
|
||||
type UpdateAccountRequest struct {
|
||||
License string `json:"license"`
|
||||
}
|
||||
|
||||
type APIError struct {
|
||||
Result interface{} `json:"result"`
|
||||
Success bool `json:"success"`
|
||||
|
||||
Reference in New Issue
Block a user