作者 yangfu

修改:小程序原始id修改

... ... @@ -224,7 +224,7 @@ func UserInfoV2(header *protocol.RequestHeader, request *protocol.UserInfoReques
CooperateTime: partnerInfo.CooperateTime.Unix() * 1000,
MiniProgram: map[string]interface{}{
"webpageUrl": "www.baidu.com", //兼容低版本的网页链接
"userName": "wx3055ea821e62fe8c", //小程序的原始id
"userName": "gh_eae893edc61d", // //小程序的原始id
"path": fmt.Sprintf("%v?inviter_id=%v", "pages/index/index", partnerInfo.Id), //小程序的path
"hdImageUrl": "http://suplus-business-admin-test.fjmaimaimai.com/images/default/default_logo.png", //小程序的预览图链接
},
... ...