add API to remove API key, set chat roles

This commit is contained in:
RockYang
2023-03-26 18:23:29 +08:00
parent 9ea4060790
commit fe91b0f784
5 changed files with 116 additions and 14 deletions

11
test/test.go Normal file
View File

@@ -0,0 +1,11 @@
package main
import (
"fmt"
)
func main() {
var data = make(map[string]string)
fmt.Println(data["key"] == "")
}