Initial commit

This commit is contained in:
ywlmac
2026-05-13 10:30:19 +08:00
commit a2a693885b
38 changed files with 5757 additions and 0 deletions
@@ -0,0 +1,8 @@
package constant
const (
TraceKey = "Cloud-Trace-Id"
ZxChainBaseUrl = "https://open.zxchain.qq.com"
EvCertBaseUrl = "https://zxscan.qq.com/cert/ev?evId="
KvCertBaseUrl = "https://zxscan.qq.com/cert/kvc?txId="
)