package response var Message = map[int]string{ 0: "成功", 1: "参数错误", 2: "系统错误", }