AXRobot Constructor
AXRobot("<appId>", "<appSecret>", "<AppMode>", "<serverUrl>", "<websocketUrl>")
Constructor
Parameters
Name | Type | Description |
---|---|---|
appId |
string | appId |
appSecret |
string | appSecret |
AppMode |
string | Application mode |
serverUrl |
string | serverUrl: Mainland access point:"https://api.autoxing.com/" Overseas access point:"https://apiglobal.autoxing.com/" |
websocketUrl |
string | websocketUrl: Mainland access point:"wss://service.autoxing.com/" Overseas access point:"wss://serviceglobal.autoxing.com/" |
warning
Please select the relevant access point for your business
Return Value
无