golang-im聊天
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

urlwhitelist.go 193 B

2 years ago
2 years ago
12345678910
  1. package urlwhitelist
  2. var Business = map[string]int{
  3. "/pb.BusinessExt/SignIn": 0,
  4. "/pb.BusinessExt/EmoticonList": 1,
  5. }
  6. var Logic = map[string]int{
  7. "/pb.LogicExt/RegisterDevice": 0,
  8. }