| 1234567891011121314151617181920212223242526272829 |
- ### ad event
- POST {{host}}/central/value/v1/ad/event
- Content-Type: application/json
- {
- "adPlatform": 1,
- "adType": 4,
- "adFuncId": 101,
- "authToken": "80da57261d5b417f9081bea7e8134cae",
- "machineId": "db45ae5e9c55044e",
- "appVersionCode": "211",
- "appVersionName": "2.1.1",
- "brand": "HUAWEI",
- "channelName": "Googleptay",
- "model": "NOH-AN00",
- "osVersion": "13",
- "packageName": "cn.com.devotiondigital.xiyuejia",
- "appPlatform": 1
- }
- ### get value test
- POST {{host}}/central/value/v1/value/get/test
- Content-Type: application/json
- {
- "ssid": "202a3519d87c417e920899483d0b308b",
- "funcType": "FUNC_TYPE_ALL",
- "judgeValueType": 0
- }
|