# On behalf of the development of Mini Programs to configure live plug-in instructions
# How to be compatible with Mini Program code that has live plug-in and no live plug-in?
- Available through ext_JSON is compatible with this scenario. ext_The use of json can be seen:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/code/commit.html
- Do not declare live plugins in apagejson, and the usingComponents in the json of the page do not use live plugins.
- Then in ext_Json declares live plugins, and usingComponents in the extPages corresponding to the page using live plugins.
# How to distinguish whether the small business program has opened the Mini Program live plug-in?
- Pull the plug-in information of Mini Program through the interface, if there is a live plug-in in the return, it means that the live broadcast has been opened.https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/plugin-management/pluginManager.getPluginList.html
# How do I determine if an authorization Mini Program has granted [Mini Program Live Streaming Permission Set] to a third party?
- You can query the account information of the authorized party through this interface, and see the returned func_Does info contain a permission set with id 52?https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/ThirdParty/Token/api_get_authorizer_info.html
# Mini Program opened live prompt nearly 90 days there is no payment behavior, what to do?
- Reason: transaction records are not included in the Mini Program payment data
- Solution: Payment needs to be initiated through the Mini Program (such as the mall in the Mini Program to purchase goods)
- Note: 1)Please release the Mini Program online, the online version of the payment transaction.
2)Payments using development tools are not currently included in payment data.
3)The update time for payment data is T + 2, please wait patiently after payment.