/*** Returns to the specified mini program* Common use case: When invoking a page within the superapp main task (such as payment) via a custom API, after you finish these actions,* if there are other pages in the main task, the normal return will go back to those pages instead of the mini program page.* You can call backToMiniApp proactively to force returning to the mini program page.* @param appId The mini program to return to* @param appVerType The version type of the mini program to return to*/public static void backToMiniApp(String appId, int verType)
피드백