#配置文件
#1. .env配置文件
# 支付配置
UESA_PID=1222
UESA_KEY=your_merchant_key_here
UESA_PAGE_PAY_URL=https://pay.uesa.cc/submit.php
UESA_API_PAY_URL=https://pay.uesa.cc/mapi.php
UESA_NOTIFY_URL=http://localhost:8080/api/v1/payment/notify
UESA_RETURN_URL=http://localhost:8080/api/v1/payment/return
UESA_CHARSET=UTF-8
UESA_SIGN_TYPE=MD5

# 服务器配置
PORT=8080
GIN_MODE=debug
