本文最后更新于 2025-08-01,文章内容可能已经过时,请注意发布时间。

if (response.json.code == 0) {
  // 写入token变量
  apt.environment.set("token", response.json.result.token);
}