Commit b2e4a7e01b96fa697eee36f588a6a88b1d4a1985

Authored by lanrion
1 parent 4effc3a4
Exists in master

修复agent resource url 404 错误

Showing 1 changed file with 5 additions and 5 deletions   Show diff stats
lib/qy_wechat_api/api/agent.rb
... ... @@ -16,12 +16,12 @@ module QyWechatApi
16 16 http_get("list")
17 17 end
18 18  
19   - end
  19 + private
20 20  
21   - private
  21 + def base_url
  22 + "/agent"
  23 + end
22 24  
23   - def base_url
24   - "/agent"
25   - end
  25 + end
26 26 end
27 27 end
... ...