lanrion / weixin_authorize

微信 Ruby 高级API weixin_authorize http://github.com/lanrion/weixin_authorize .
MIT License
322 stars 116 forks source link

Change getticket#type from 1 to 'jsapi' #98

Open denleyhsiao opened 8 years ago

lanrion commented 8 years ago

为什么?有对应的更新文档吗?

wikimo commented 8 years ago

两种方式其实都可以的,原先文档可能是数值类型,后来改成字符枚举方式,结果是一样的,文档见 http://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421141115&token=&lang=zh_CN

@lanrion