Skip to content

Commit

Permalink
Merge pull request #456 from ArtisanCloud/release/3.0.0
Browse files Browse the repository at this point in the history
Sync 3.2
  • Loading branch information
Matrix-X authored Mar 6, 2024
2 parents 34707c4 + 96cc965 commit 6ee5868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openPlatform/appllication.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ func (app *OpenPlatform) MiniProgram(appID string, refreshToken string, accessTo
return nil, err
}
}
application.AccessToken.AccessToken = accessToken.AccessToken
application.Encryptor, err = miniProgram2.NewEncryptor(
app.Config.GetString("app_id", ""),
app.Config.GetString("token", ""),
Expand Down

0 comments on commit 6ee5868

Please sign in to comment.