mirror of
https://github.com/ZxwyWebSite/lx-source.git
synced 2025-05-23 21:37:42 +08:00
7 lines
132 B
Go
7 lines
132 B
Go
package wy
|
|
|
|
// 二维码生成接口
|
|
func LoginQrCreate(key string) string {
|
|
return `https://music.163.com/login?codekey=` + key
|
|
}
|