更新注册地址

This commit is contained in:
Pan Qiancheng 2025-05-12 10:15:28 +08:00
parent 9af538eca5
commit be90be0ab9
1 changed files with 1 additions and 1 deletions

2
generate_bash_product_id.sh Normal file → Executable file
View File

@ -3,7 +3,7 @@
set -e
UUID_FILE="/etc/bash_product/BASH_PRODUCT_ID"
REGISTER_SERVER_URL="https://bash-backend.zustmyy.top/endpoint/register"
REGISTER_SERVER_URL="https://smart-bm.zjuici.com/oak-api/endpoint/register"
# 如果 UUID 文件不存在,就生成
if [ ! -f "$UUID_FILE" ]; then