This commit is contained in:
Jay
2019-07-13 17:44:31 +08:00
parent e8b918f3f0
commit c74b8f8e4d
7 changed files with 258 additions and 39 deletions
+5
View File
@@ -37,3 +37,8 @@ func addServer(info EvtInfo, name string) string {
return "add server success"
}
func addFacebookPage(info EvtInfo, fbid, tmpl string) string {
return ""
}