提交 63caa729 authored 作者: mooncake9527's avatar mooncake9527

update

上级 733c0f7c
......@@ -37,7 +37,7 @@ func init() {
}
}
func GenerateApiID(ctx context.Context, bizTag string) (xsf.ID, error) {
url := fmt.Sprintf(`http://%s/api/leaf?biz_tag=%s`, xsfAddr, bizTag)
url := fmt.Sprintf(`%s/api/leaf?biz_tag=%s`, xsfAddr, bizTag)
var id xsf.ID
reply := &IDReply{
Data: &id,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论