1
This commit is contained in:
@@ -39,6 +39,7 @@ func New(appID, appKey, openID string, config ...*platformapi.APIConfig) *API {
|
|||||||
if appID == "" {
|
if appID == "" {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
globals.SugarLogger.Debugf("appID====%s,appKey====%s,openID====%s", appID, appKey, openID)
|
||||||
return &API{
|
return &API{
|
||||||
appid: appID,
|
appid: appID,
|
||||||
appKey: appKey,
|
appKey: appKey,
|
||||||
|
|||||||
Reference in New Issue
Block a user