MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / GetCodes

Method GetCodes

internal/api/user.go:349–351  ·  view source on GitHub ↗

GetCodes 获取权限码

(ctx *gin.Context)

Source from the content-addressed store, hash-verified

347
348// GetCodes 获取权限码
349func (uh *UserHandler) GetCodes(ctx *gin.Context) {
350 apiresponse.Success(ctx)
351}
352
353// UpdateProfile 更新用户资料(管理员)
354func (uh *UserHandler) UpdateProfile(ctx *gin.Context) {

Callers

nothing calls this directly

Calls 1

SuccessFunction · 0.92

Tested by

no test coverage detected