+1
分母 +1
已经下单,支持!
#12 楼 @developlee rails4.2,没有遇到错误 ( ⊙ o ⊙ ) 啊!
config.middleware.insert_after ActionDispatch::ParamsParser, ActionDispatch::XmlParamsParser
添加下这个配置,params[:xml][:EventKey] 之类的就能直接使用
:plus1:
expose :tags, using: Entities::tag, documentation: { type: 'Array' }
class Tag < Grape::Entity
expose :field, documentation: {type: 'String'}
end
可以这样试试
已注册,昵称:michael-miao
分母 +1