This commit is contained in:
xcx 2020-03-25 15:36:02 +08:00
parent fa8abc3b13
commit 7caa89c7a4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ func Init(sdkAppID int, key, identifier string) {
}
func UserSig(identifier string, expire int) string {
sig, _ := tencentyun.GenSig(g.sdkAppID, g.key, g.identifier, expire)
sig, _ := tencentyun.GenSig(g.sdkAppID, g.key, identifier, expire)
return sig
}