Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Department ¶
type Ding ¶
type Ding struct {
Client *dingtalk.DingTalkClient
}
func (*Ding) GetAccessToken ¶
func (*Ding) GetDepartment ¶
type WorkRecord ¶
type WorkRecord struct { PackData HasMore bool `json:"hasMore"` Recordresult []struct { CheckType string `json:"checkType"` CorpId string `json:"corpId"` LocationResult string `json:"locationResult"` BaseCheckTime int64 `json:"baseCheckTime"` GroupId int `json:"groupId"` TimeResult string `json:"timeResult"` UserId string `json:"userId"` RecordId int64 `json:"recordId"` WorkDate int64 `json:"workDate"` SourceType string `json:"sourceType"` UserCheckTime int64 `json:"userCheckTime"` PlanId int64 `json:"planId"` Id int64 `json:"id"` } `json:"recordresult"` }
打卡记录
Click to show internal directories.
Click to hide internal directories.