Commit 5f822e9745e916fcdbe51431244252b19c7f4580

Authored by lanrion
1 parent d2f7bb1d
Exists in master

修复不同操作系统文件引用顺序不一致bug

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/qy_wechat_api/api.rb
  1 +require "qy_wechat_api/api/base"
1 2 Dir["#{File.dirname(__FILE__)}/api/**/*.rb"].each do |path|
2 3 require path
3 4 end
... ...