tencent cloud

Tencent Cloud Super App as a Service

Introduction

Download
Focus Mode
Font Size
Last updated: 2025-07-04 17:33:27
To enhance usage scenarios, the mini program SDK offers customizable APIs that allow the superapp to provide unique capabilities for mini programs.

Prerequisites

To customize the mini program SDK APIs, you need to create a class and inherit BaseMiniAppProxyImpl, then add the @ProxyService(proxy = MiniAppProxy.class) annotation.
@ProxyService(proxy = MiniAppProxy.class)
public class MiniAppProxyImpl extends BaseMiniAppProxyImpl{
}
Once the prerequisites are met, you can proceed to customize the mini program SDK APIs according to the relevant documentation.



Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback