Commit 21883dde by 孙龙

up

parent f48c23cc
Showing with 1 additions and 0 deletions
......@@ -18,6 +18,7 @@ type comUser struct {
func DispenseMsg(data string) (err error){
err = nil
//database := gjson.Parse(data).Get("database").String()
table := gjson.Parse(data).Get("table").String()
action_type := gjson.Parse(data).Get("type").String()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment