message.go 104 B

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