Commit 45cf1566eb555be4a1731337cc807050b32d2786

Authored by zhangqijia
1 parent d0605f4a

fix: update gm.md

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/gm.md
... ... @@ -8,7 +8,7 @@
8 8 ### 简单说明
9 9 地址示例, 增加经验接口:
10 10 ```shell
11   -http://192.168.0.206:8881/addexp
  11 +http://192.168.0.206:8880/addexp
12 12 ```
13 13 返回值
14 14 ```shell
... ... @@ -43,7 +43,7 @@ http://192.168.0.206:8881/addexp
43 43  
44 44 请求示例:
45 45 ```shell
46   -$ curl -i 'http://192.168.0.206:8881/addexp?role_id=150140287594270720&exp=111'
  46 +$ curl -i 'http://192.168.0.206:8880/addexp?role_id=150140287594270720&exp=111'
47 47 ```
48 48 返回结果:
49 49 ```shell
... ...