Commit 37c245cf16802b9dde3fbb0eeb025f7bdfd364a5
1 parent
a5d27736
fix: update equipment
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/gm.md
... | ... | @@ -60,7 +60,7 @@ $ curl -i 'http://192.168.0.206:8880/addexp?role_id=150140287594270720&exp=111' |
60 | 60 | |
61 | 61 | 请求示例: |
62 | 62 | ```shell |
63 | -$ curl -i 'http://192.168.0.206:8880/addeuqip?role_id=150140287594270720&id=0' | |
63 | +$ curl -i 'http://192.168.0.206:8880/addequip?role_id=1000002&id=0' | |
64 | 64 | ``` |
65 | 65 | 返回结果: |
66 | 66 | ```shell | ... | ... |