DiscuzToolkit is an example of the API interface of Discuz!NT, which can realize synchronous user registration, posting and other operations across sites (all parameters except user account/password are in the .cs file) Discuz!NT API is a REST web service released by Discuz!NT, which supports cross-domain integration between any web technology system and Discuz!NT. The API can be used to call user information, sections, posts and other content in the integration program to develop applications that are highly integrated with the forum. The project includes methods for logging in and out. You can write user authentication cookies for the forum, which simulates the login process, and the real authentication is completed on the forum page.