您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
239 B

5 年前
  1. %% agency 管理进程的名称
  2. -define(agAgencyPoolMgr, agAgencyPoolMgr).
  3. -define(Get, <<"GET">>).
  4. -define(Put, <<"PUT">>).
  5. -define(Post, <<"POST">>).
  6. -define(Head, <<"HEAD">>).
  7. -define(Patch, <<"PATCH">>).
  8. -define(Delete, <<"DELETE">>).