9 lines
224 B
Go
9 lines
224 B
Go
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="
|
|
)
|