central-value.http 652 B

1234567891011121314151617181920212223242526272829
  1. ### ad event
  2. POST {{host}}/central/value/v1/ad/event
  3. Content-Type: application/json
  4. {
  5. "adPlatform": 1,
  6. "adType": 4,
  7. "adFuncId": 101,
  8. "authToken": "80da57261d5b417f9081bea7e8134cae",
  9. "machineId": "db45ae5e9c55044e",
  10. "appVersionCode": "211",
  11. "appVersionName": "2.1.1",
  12. "brand": "HUAWEI",
  13. "channelName": "Googleptay",
  14. "model": "NOH-AN00",
  15. "osVersion": "13",
  16. "packageName": "cn.com.devotiondigital.xiyuejia",
  17. "appPlatform": 1
  18. }
  19. ### get value test
  20. POST {{host}}/central/value/v1/value/get/test
  21. Content-Type: application/json
  22. {
  23. "ssid": "202a3519d87c417e920899483d0b308b",
  24. "funcType": "FUNC_TYPE_ALL",
  25. "judgeValueType": 0
  26. }