新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!

Commit 04f32b2f authored by starxxliu's avatar starxxliu

feat: add common 630 code --story=0

parent 1a0759f4
......@@ -11,7 +11,7 @@ Service:
holder: http://192.168.3.170:18783
did: https://192.168.1.181:30003
tdh: http://192.168.1.135:8280 #文件授权服务
kms: 127.0.0.1:17781
kms: 192.168.3.170:18781
authority: "http://127.0.0.1:18782"
# mysql链接地址,满足 $user:$password@tcp($ip:$port)/$db?$queries 格式即可
......
......@@ -101,7 +101,7 @@ func createVp(req interface{}, token *middleware.TokenUser) (vp *core.Verifiable
proof := core.NewProof(core.ProofTypeSM2Signature, core.ProofPurpose, verificationMethod, "", nil, nil, nil)
// 构建vp
vp = core.NewVerifiablePresentationBytesExtend(
[]string{"https://cnbn.org.cn/ns/did/v1"},
[]string{"https://cnbn.org.cn/ns/vp/v2"},
id,
"",
core.VPType,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment