Sha256: b1adcc354ec2d1c52e18d1f34946a66692ce9f87f8fc0622f8f35d42844ec7ba
Contents?: true
Size: 466 Bytes
Versions: 16
Compression:
Stored size: 466 Bytes
Contents
require "erb" module Wework module Api module Methods module Checkin def get_checkin_data start_time, end_time, userid_list=[], checkin_type=3 # https://work.weixin.qq.com/api/doc#11196 post 'checkin/getcheckindata', { opencheckindatatype: checkin_type, starttime: start_time, endtime: end_time, useridlist: userid_list, } end end end end end
Version data entries
16 entries across 16 versions & 2 rubygems