- dingding callback

This commit is contained in:
gazebo
2019-03-09 08:10:04 +08:00
parent 9bd3b3f086
commit 803240fc9f
6 changed files with 160 additions and 26 deletions

View File

@@ -34,6 +34,9 @@ type API struct {
client *http.Client
config *platformapi.APIConfig
locker sync.RWMutex
callbackToken string
callbackAesKey []byte
}
func New(appID, secret string, config ...*platformapi.APIConfig) *API {