简体中文
配置步骤
约 80 字小于 1 分钟
2026-01-09
一、创建APL类,命名空间选择公共库

二、编写代码,封装方法,并保存

三、其他函数调用该APL类中的static方法
def ret = PubLibiNwxp.post()四、其他函数调用该APL类中的非static方法
def client = new PubLibiNwxp()
def token = client.getToken()约 80 字小于 1 分钟
2026-01-09


def ret = PubLibiNwxp.post()def client = new PubLibiNwxp()
def token = client.getToken()