This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Patrick
/
wechat_hitxy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
注册投诉反馈
master
Patrick Peng Sun
8 years ago
parent
faba469579
commit
5cc1c74d4e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
procedure.go
+ 1
- 0
procedure.go
View File
@@ -38,6 +38,7 @@ func initAllProc() {
registerProc("Echo", &procEcho)
registerProc("用户信息", &procGetBasicUserInfo)
registerProc("搜索校友", &procSearchMember)
registerProc("投诉反馈", &procFeedback)
}
func registerProc(id string, proc chatProcedure) {
Write
Preview
Loading…
Cancel
Save