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.
 
 
 
 

11 regels
193 B

  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. }