bugfix
This commit is contained in:
parent
fa8abc3b13
commit
7caa89c7a4
@ -27,7 +27,7 @@ func Init(sdkAppID int, key, identifier string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func UserSig(identifier string, expire int) 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
|
return sig
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user