lib/lanmao/api/trade/modify_project.rb in lanmao-0.1.0 vs lib/lanmao/api/trade/modify_project.rb in lanmao-0.2.0

- old
+ new

@@ -1,11 +1,11 @@ # coding: utf-8 module Lanmao module Api module Trade module ModifyProject - + # 变更标的 # # @return [ Hash ] 结果集 # * :result [String] "S"/"F"/"P" # * :request_params [Hash] 请求参数 # * :response [Object] 请求返回对象 @@ -26,9 +26,9 @@ res = operate_post(:operate, service, params, :service) res end - end + end # module end end end