live-forum/server/k6/tokens.txt
2026-03-24 11:27:37 +08:00

12 lines
299 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Token文件模板
# 每行一个Token不需要包含 "Bearer " 前缀
# 脚本会自动添加前缀
# 以 # 开头的行会被忽略
#
# 示例格式:
# eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.xxxxx.yyyyy
# eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.aaaaa.bbbbb
#
# 请在下面添加你的Token