This commit is contained in:
邹宗楠
2022-12-05 17:10:30 +08:00
parent 5f3152a95b
commit 0858152b8b
3 changed files with 2 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ func (p *PrintEdition) SelectEditionAddress(c *gin.Context) {
server = app_server.PrintEditionServer
)
//if tokenInfo = controllers.CheckToken(c); tokenInfo == nil {
// return
// returnselectEditionAddress
//}
controllers.CallFunc(c, func() (retVal interface{}, errCode string, err error) {