This commit is contained in:
richboo111
2023-01-31 18:23:19 +08:00
parent b5d7667e3e
commit fff7fc44c5

View File

@@ -39,6 +39,7 @@ func New(appID, appKey, openID string, config ...*platformapi.APIConfig) *API {
if appID == "" {
return nil
}
globals.SugarLogger.Debugf("appID====%s,appKey====%s,openID====%s", appID, appKey, openID)
return &API{
appid: appID,
appKey: appKey,