Commit cf0b067c2b5e11abab24b42ff8c555e1d216d27d

Authored by lanrion
1 parent 056b9967
Exists in master

fixed duplicated global code key

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/qy_wechat_api/handler/global_code.rb
... ... @@ -153,7 +153,7 @@ module QyWechatApi
153 153 60113 => "身份认证信息(微信号/手机/邮箱)不能同时为空",
154 154 60114 => "性别不合法",
155 155 60115 => "已关注成员微信不能修改",
156   - 60114 => "扩展属性已存在",
  156 + 60116 => "扩展属性已存在",
157 157 60118 => "成员无有效邀请字段(微信,邮箱,手机号)",
158 158 60119 => "成员已关注",
159 159 60120 => "成员已禁用",
... ...