POST API/Common/SetLog
记录移动端异常日志
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
mlog |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Logger": "sample string 2" }
application/xml, text/xml
Sample:
<MobileLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models"> <Logger>sample string 2</Logger> <Message>sample string 1</Message> </MobileLog>
application/x-www-form-urlencoded
Sample: