XX -
POST http://apiXX.yovokids.com/api/boardingstart
POST PARAMS
type tBoardingInput struct {
* Gaid string //GAID
* Bundle string //Bundle
* OS string //OS("android","ios","")
* APK int64 //APK версия
Make string //производитель девайса (samsung/huawei/apple)
Model string //модель девайса (T-150..)
Devicelang int // язык девайса Unity.SystemLanguage
Age string //
Gamelang int //
}
OK RESPONSE
type tBoardingOutput struct {
Queue []tQueue
}
type tQueue struct {
Id int
El []tQueueElement
}
type tQueueElement struct {
Name string
Value interface{}
}
EXAMPLE