latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

Client

Create a log record for client request log

Create a log record for client request log

post/v2/client/log/save

Request body

campaignstring

campaign

cost_timeinteger

unit: millisecond, duration of time between sending request and reading response

curlstring

request curl, contain request args

device_idstring

device_id

extra_datastring

client other data

featurestring

feature

http_codeinteger

http code

platformstring

ios,android,web

response_codeinteger

response code

response_datastring

response data

urlstring

request url

user_idstring

user_id

versionstring

app version

Response

success, the data field just says ok

codeinteger

0=success,only parse data when code=0

{"stackTrail":"components:schemas:bluente_internal_platform_utils.BaseResponse:properties:data","oasType":"schema","type":"unknown","description":"real data"}
messagestring

tip message

Example response

{
  "message": "success"
}