Authorization: Bearer ********************
{
"plat": "vip",
"page": "pages/goods/details/index", // 进入到的小程序页面。
"params": "productCode=VIP05679016" // 进入到小程序需要的参数。
}
curl --location --request POST 'https://left.10000hk.com/api/user/base/share' \
--header 'Content-Type: application/json' \
--data-raw '{
"plat": "vip",
"page": "pages/goods/details/index", // 进入到的小程序页面。
"params": "productCode=VIP05679016" // 进入到小程序需要的参数。
}'