class Zhima::WatchList

行业关注名单2.0版

Constants

METHOD

Public Class Methods

get(params, sys_options = {}) click to toggle source

b.zmxy.com.cn/technology/openDoc.htm?relInfo=zhima.credit.watchlistii.get@1.0@1.0&relType=API_DOC&LEFT_MENU_MODE=null

# File lib/zhima/watch_list.rb, line 7
def self.get(params, sys_options = {})
  Request.new(params, sys_options.merge(method: METHOD)).execute
end