Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hophacker committed Mar 1, 2019
1 parent fe7c9c3 commit 2b332d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/wechat/corp_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
now = Time.now
starttime = now.beginning_of_day
endtime = now.end_of_day
checkin_request = { useridlist: useridlist, opencheckindatatype: 3, starttime: starttime.to_i, endtime: endtime.to_i }
checkin_request = { opencheckindatatype: 3, starttime: starttime.to_i, endtime: endtime.to_i, useridlist: useridlist }
checkin_result = { errcode: 0, errmsg: 'ok',
checkindata: [{ userid: 'userid',
groupname: '打卡测试',
Expand Down

0 comments on commit 2b332d3

Please sign in to comment.