Home > Article > WeChat Applet > How to develop WeChat store jump interface to WeChat product page
The WeChat store interface must be authorized by a WeChat-certified service account. Subscription accounts do not have permission.
##wx.openProductSpecificView({ productId: '', // Product id viewType: '' // 0. Default value, ordinary product details page 1. Scan the product details page 2. Store product details page}); |
jsp page, and introduce js library
#Third, the html between 6c04bd5ca3fcae76e30b72ad730ca86d36cc49f0c466276486e50c850b7e4956 Code |
function |
, the last item is the function we call the WeChat store interface, this The function must be initialized in the jsapi library, otherwise the function of the WeChat store to jump to the WeChat product page cannot be activated. |
The above is the detailed content of How to develop WeChat store jump interface to WeChat product page. For more information, please follow other related articles on the PHP Chinese website!