# Login
Name | Feature Description |
---|---|
auth.code2Session | Verifies the login credentials. |
# User Information
Name | Feature Description |
---|---|
auth.getPaidUnionId Cloud call | Obtains the UnionId of a user after the user completes payment, without needing user authorization. |
# API Call Credentials
Name | Feature Description |
---|---|
auth.getAccessToken | Obtains the globally unique credential access_token for calling backend APIs via a Mini Program. |
# Data Analysis
Name | Feature Description |
---|
# Visit Retention
Name | Feature Description |
---|---|
analysis.getMonthlyRetain Cloud call | Obtains the monthly retention of user visits to a Mini Program. |
analysis.getWeeklyRetain Cloud call | Obtains the weekly retention of user visits to a Mini Program. |
analysis.getDailyRetain Cloud call | Obtains the daily retention of user visits to a Mini Program. |
# Visit Trend
Name | Feature Description |
---|---|
analysis.getMonthlyVisitTrend Cloud call | Obtains the monthly trend from the data of user visits to a Mini Program. |
analysis.getWeeklyVisitTrend Cloud call | Obtains the weekly trend from the data of user visits to a Mini Program. |
analysis.getDailyVisitTrend Cloud call | Obtains the daily trend from the data of user visits to a Mini Program. |
analysis.getUserPortrait Cloud call | Obtains the portrait of new or active users of a Mini Program. |
analysis.getVisitDistribution Cloud call | Obtains the distribution data of user visits to a Mini Program. |
analysis.getVisitPage Cloud call | Visits a page. |
analysis.getDailySummary Cloud call | Obtains the data summary of user visits to a Mini Program. |
# Customer Service Messages
Name | Feature Description |
---|---|
customerServiceMessage.setTyping Cloud call | Delivers the current input status of the customer service to the user. |
customerServiceMessage.uploadTempMedia Cloud call | Uploads a media file to the WeChat server. |
customerServiceMessage.getTempMedia Cloud call | Obtains temporary media from a customer service message. |
customerServiceMessage.send Cloud call | Delivers a customer message to the user. |
# Message Templates
Name | Feature Description |
---|---|
templateMessage.addTemplate Cloud call | Groups the templates and add to the personal template library in the account. |
templateMessage.deleteTemplate Cloud call | Deletes a template from the account. |
templateMessage.getTemplateLibraryById Cloud call | Obtains the keyword library under a template title from the template library. |
templateMessage.getTemplateLibraryList Cloud call | Obtains the title list from the template library of a Mini Program. |
templateMessage.getTemplateList Cloud call | Obtains the existing template list under the account. |
templateMessage.send Cloud call | Sends a template message. |
# Uniform Service Messages
Name | Feature Description |
---|---|
uniformMessage.send Cloud call | Delivers a uniform service message for Mini Programs and Official Accounts. |
# Updatable Messages
Name | Feature Description |
---|---|
updatableMessage.createActivityId Cloud call | Creates the activity_id for a shared updatable message. |
updatableMessage.setUpdatableMsg Cloud call | Changes the shared updatable message. |
# Plug-In Management
Name | Feature Description |
---|---|
pluginManager.applyPlugin Cloud call | Sends a plug-in use request to the plug-in developer. |
pluginManager.getPluginDevApplyList Cloud call | Obtains all current plug-in users (for calling by the plug-in developer). |
pluginManager.getPluginList Cloud call | Queries added plug-ins. |
pluginManager.setDevPluginApplyStatus Cloud call | Modifies the status of the plug-in use request (for calling by the plug-in developer). |
pluginManager.unbindPlugin Cloud call | Deletes an added plug-in. |
# Mini Programs Nearby
Name | Feature Description |
---|---|
nearbyPoi.add Cloud call | Adds a location. |
nearbyPoi.delete Cloud call | Deletes a location. |
nearbyPoi.getList Cloud call | Views the location list. |
nearbyPoi.setShowStatus Cloud call | Displays/Cancels displaying Mini Programs Nearby. |
# Mini Program Code
Name | Feature Description |
---|---|
wxacode.createQRCode Cloud call | Obtains the QR code of a Mini Program in scenarios that require a small number of QR codes. |
wxacode.get Cloud call | Obtains the Mini Program code in scenarios that require a small number of codes. |
wxacode.getUnlimited Cloud call | Obtains the Mini Program code in scenarios that require a huge number of codes. |
# Content Security
Name | Feature Description |
---|---|
security.imgSecCheck Cloud call | Checks whether a picture contains illegal or infringing content. |
security.msgSecCheck Cloud call | Checks whether a section of text contains illegal or infringing content. |
# Logistics Assistant
# Uses for Mini Programs
Name | Feature Description |
---|---|
logistics.getPath Cloud call | Queries the trace of the waybill. |
logistics.addOrder Cloud call | Generates a waybill. |
logistics.cancelOrder Cloud call | Cancels a waybill. |
logistics.getAllDelivery Cloud call | Obtains the list of supported express companies. |
logistics.getOrder Cloud call | Obtains the data of the waybill. |
logistics.getPrinter Cloud call | Obtains the printer. |
logistics.getQuota Cloud call | Obtains the balance of the electronic waybill. |
logistics.onPathUpdate | The waybill trace update event. |
logistics.updatePrinter Cloud call | Updates the printer. |
# Uses for Service Providers
Name | Feature Description |
---|---|
logistics.getContact Cloud call | Obtains the contact information from a waybill. |
logistics.onAddOrder | The order placement request event. |
logistics.onCancelOrder | The order cancellation event. |
logistics.onCheckBusiness | The merchant review event. |
logistics.onGetQuota | The merchant balance query event. |
logistics.previewTemplate Cloud call | Previews the waybill template. |
logistics.updateBusiness Cloud call | Updates the merchant review result. |
logistics.updatePath Cloud call | Updates the waybill trace. |
# Biometric Authentication
Name | Feature Description |
---|---|
soter.verifySignature Cloud call | Verifies the signature with a biometric authentication key of SOTER. |