|
|
@@ -35,7 +35,7 @@ func ShareIndex(c *gin.Context) { |
|
|
|
user := svc.GetUser(c) |
|
|
|
e.OutSuc(c, md.ShareIndexResp{ |
|
|
|
MasterId: masterId, |
|
|
|
MediumDomain: mediumDomain + "?agent_id=" + utils.IntToStr(user.AgentId), |
|
|
|
MediumDomain: mediumDomain + "/#/?agent_id=" + utils.IntToStr(user.AgentId), |
|
|
|
}, nil) |
|
|
|
return |
|
|
|
} |