mirror of
https://github.com/MickMake/GoSungrow.git
synced 2025-03-25 09:01:43 +01:00
12 lines
241 B
Go
12 lines
241 B
Go
package iSolarCloud
|
|
|
|
import "time"
|
|
|
|
|
|
//goland:noinspection SpellCheckingInspection
|
|
const (
|
|
DefaultHost = "https://augateway.isolarcloud.com"
|
|
DefaultApiAppKey = "93D72E60331ABDCDC7B39ADC2D1F32B3"
|
|
DefaultTimeout = time.Second * 30
|
|
)
|