Commit ccadaeeb5b80cbe8995c991a4cbb83a0e7369496

Authored by zhangqijia
1 parent 6cc8a5a6

fix: udpate readme.md

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
@@ -33,6 +33,16 @@ @@ -33,6 +33,16 @@
33 | --- | --- | 33 | --- | --- |
34 |2|未登录,角色不在内存中| 34 |2|未登录,角色不在内存中|
35 35
  36 +### 装备穿戴/脱下 HeroEquipReferReq
  37 +请求参数根据`hero_id`来判断穿戴或者脱下。
  38 +- 穿戴: hero_id=""
  39 +- 脱下: hero_id != ""
  40 +
  41 +返回值:
  42 +| errorCode 返回值| 描述 |
  43 +| --- | --- |
  44 +|3|装备未获得|
  45 +
36 46
37 ## 通知(服务器主动推送) 47 ## 通知(服务器主动推送)
38 48