golang-im聊天
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

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