API Issues

Local Api common problems and precautions.

Please standardize the use of api parameters.

Please note that when using Local Api to create or modify browsers or other operations, the interface parameters must conform to the specification, and do not pass values or types with unknown meanings.

The format of the passed parameter is incorrect.

The request params type is ResponseBody, donot take url params, formdata or string types. It is recommended to use the postman debugging interface like this:

Last updated