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.

urlwhitelist.go 265 B

il y a 2 ans
il y a 2 ans
il y a 2 ans
il y a 2 ans
123456789101112
  1. package urlwhitelist
  2. var Business = map[string]int{
  3. "/pb.BusinessExt/SignIn": 0,
  4. "/pb.BusinessExt/EmoticonList": 1,
  5. "/pb.BusinessExt/GetUser": 2,
  6. "/pb.BusinessExt/IsFriends": 3,
  7. }
  8. var Logic = map[string]int{
  9. "/pb.LogicExt/RegisterDevice": 0,
  10. }