# Common problem

# 1) Account Dxplaination

  • Third-party APPID and Tencent Cloud Account: Third-party APPID is the account ID that hosts the batch cloud development model, and the corresponding and unique Tencent Cloud Account is used to host all cloud resources under this model.

  • Developing Mini programsWith the customer Mini Program: The development Mini Program is a Mini Program account used by a third party to log in to the developer tools for the development template to upload code. A third party can deploy a template that has been developed and uploaded to a customer Mini Program.

# 2) What is the relationship between the cloud environment under the batch cloud development model and the existing cloud environment of the customer Mini Program?

  • Ownership of a cloud environment created by a third party under the bulk cloud development model is owned by the third party through theEnvironment sharingInterface to share the environment to the client Mini Program, and use it in accordance with the environment sharing specification. The cloud environment created by the customer Mini Program originally through the cloud development console belongs to the customer Mini Program, and the cloud environment cannot be used in the batch cloud development mode. If the resource side environment ID is not explicitly specified in the code, the Mini Program back-end resource invokes the original client Mini Program cloud environment resource.

# 3) Does the development of Mini programs require third party authorization?

  • The development of Mini Programs does not require third-party authorization to develop templates for acquired customer Mini Programs and log in to the cloud development console for management.

# 4)Client Mini Program can't log into the cloud development console?

  • If the client Mini Program, at the time of authorization, has grantedCloud Development Management Permissions, you cannot log into the cloud development console.

# 5)Permission Statement?

  • When developing a Mini ProgramExtEnable is set to trueTime: Logging into the cloud development console through the development Mini Program can only manage the cloud environment that is bound to the customer Mini Program by the service provider.
  • When developing a Mini ProgramExtEnable is set to falseTime: When logging into the cloud development console through the development of a Mini Program, all the cloud environments of the development Mini Program itself can be managed, and the environment of the customer Mini Program cannot be seen.

# 6)Finished binding the Mini Program to the cloud environment, but could not call the resource?

  • Under the cloud development model of service providers, all development logic is based onEnvironment sharingPlease refer toGuide to Use, when the resource is invoked, specify the resource side environment ID (that is, the environment ID created by the third-party platform in the above step, which can be used byQuery Environmental InformationGet).