curl --location --request GET '/api/index/share' \
--header 'token: {{token}}'
// 公众号端信息
{
"code": 1,
"msg": "获取成功",
"data": {
"h5_share_title": "1111",
"h5_share_intro": "22222",
"h5_share_image": "http://www.likeshop.localhost/uploads/images/20210629110146b1c815189.png"
},
"show": 0,
"time": "0.582190"
}
// 小程序端信息
{
"code": 1,
"msg": "获取成功",
"data": {
"mnp_share_title": "888",
"mnp_share_image": "uploads/images/20210705181151533585516.png"
},
"show": 0,
"time": "0.595202"
}