# ============================================================ # 环境变量 - 开发环境 # ============================================================ # 服务地址 base_url=http://localhost:3000 # 平台管理员 admin_username=admin admin_password=Admin@123456 # 一级代理测试账号(创建店铺时自动创建) agent1_username=hurl_test_agent1 agent1_password=Agent1@123456 agent1_phone=18899990001 # 二级代理测试账号(创建店铺时自动创建) agent2_username=hurl_test_agent2 agent2_password=Agent2@123456 agent2_phone=18899990002 # 价格验证测试用 IoT 卡(card-price-verification-flow.hurl 使用) # 对应 testdata/hurl-test-cards.xlsx 中的固定 ICCID test_iccid_1=8986001234560001 test_iccid_2=8986001234560002