Joke Collection Website - Public benefit messages - What does Shengshitong api error mean?

What does Shengshitong api error mean?

apierror means an api call error

When encountering this kind of error, you need to find the cause from both the api calling side and the implementation side. Check from the API calling side, that is, make sure that the names, numbers, data types, order, and format of the parameters passed by the API are exactly the same as those defined in the API document. Check from the API implementation side to ensure that API requests are correctly parsed, and at the same time, the boundary conditions of various requests and various abnormal situations can be properly handled, and will not exit due to runtime exceptions instead of normal status.