Инструменты пользователя

Инструменты сайта


yovokids_events

Различия

Здесь показаны различия между двумя версиями данной страницы.

Ссылка на это сравнение

Предыдущая версия справа и слева Предыдущая версия
Следующая версия
Предыдущая версия
yovokids_events [2022/09/22 07:46]
serg
yovokids_events [2022/10/19 07:34] (текущий)
serg
Строка 2: Строка 2:
 ---- ----
 <​code>​ <​code>​
-POST http://​eventNN.yovokids.com/api/event+POST http://​eventNN.kokids.org/api/events
 **NN = {01,02}** **NN = {01,02}**
 </​code>​ </​code>​
Строка 11: Строка 11:
 <​code>​ <​code>​
 type tEventInput struct { type tEventInput struct {
- Gaid      ​string ​    ​`json:"​Gaid"​` ​    //​[REQUIRED] Gaid клиента - YovoExtra data + GAID      ​string ​    ​`json:"​GAID"​` ​    //​[REQUIRED] Gaid клиента - YovoExtra data 
- Gaidtype ​ ​int8 ​      ​`json:"​Gaidtype"` //​[REQUIRED] GaidType клиента - YovoExtra data+ GaidType ​ ​int8 ​      ​`json:"​GaidType"` //​[REQUIRED] GaidType клиента - YovoExtra data
  Bundle ​   string ​    ​`json:"​Bundle"​` ​  //​[REQUIRED] Bundle - clients packagename  Bundle ​   string ​    ​`json:"​Bundle"​` ​  //​[REQUIRED] Bundle - clients packagename
         BundleVer string ​   `json:"​BundleVer"​`//​[REQUIRED] apk/Bundle version         BundleVer string ​   `json:"​BundleVer"​`//​[REQUIRED] apk/Bundle version
Строка 23: Строка 23:
  // OSIOs)  // OSIOs)
  //  //
- Data string `json:"​D"​` //​[REQUIRED] JSON []tEventData{} - массив утм меток со временем millisec+ string `json:"​D"​` //​[REQUIRED] JSON []tEventData{} - массив утм меток со временем millisec
 } }
 type tEventData struct { type tEventData struct {
Строка 41: Строка 41:
  
 type tStandartOutput struct { type tStandartOutput struct {
 +   ​Result int //len of input.D
 } }
  
Строка 48: Строка 49:
 <​code>​ <​code>​
 Status Code: 200 Status Code: 200
-{}+{ 
 +   ​Result:​ 2 
 +}
 </​code>​ </​code>​
  
-{{:​event_ok.png?​800|}}+
 ---- ----
  
yovokids_events.1663832776.txt.gz · Последние изменения: 2022/09/22 07:46 — serg