URL: appToken:
Show Parameters authToken: authUserId:
Site switch <@sys.siteList pageSize=500> <#list page.list as a> selected="selected"#if>> ${a.name!} <#if site.id=a.id>[Current site]#if> #list> @sys.siteList> 指令接口Directive interface 函数接口Function interface 自定义接口Custom interface ↑↑↑↑ ↓↓↓↓
红色字体接口需要使用AppToken才能访问,后台添加应用然后用appKey和appSecret通过自定义接口appToken获取appToken,绿色框体接口需要登录信息authToken,authUserId才能访问,通过普通接口login获取
The red font interface needs to use the AppToken to access, add the application in the management, and then use the appKey and appSecret to obtain the appToken through the custom interface appToken. The green frame interface requires the login information authToken and authUserId to access, and the common interface login.