module SendCloud::ApiUser

Public Instance Methods

add(params = {}) click to toggle source

添加

# File lib/send-cloud/apiuser.rb, line 13
def add (params = {})
  SendCloud.post('apiuser/add', params, [:name, :emailType, :domainName])
end
list(params = {}) click to toggle source

查询(批量查询)

# File lib/send-cloud/apiuser.rb, line 8
def list (params = {})
  SendCloud.post('apiuser/list', params, [])
end