POST api/customer/shareClickThreeTimes?app_key={app_key}&access_token={access_token}&timestamp={timestamp}&sign={sign}&bm_param={bm_param}

分享点击三次开红包

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app_key

string

None.

access_token

string

None.

timestamp

string

None.

sign

string

None.

bm_param

string

None.

Body Parameters

分享信息

FriendList
NameDescriptionTypeAdditional information
UserId

用户Id

integer

None.

FriendId

好友Id

integer

None.

OpenId

微信OpenId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "<UserId>k__BackingField": 1,
  "<FriendId>k__BackingField": 2,
  "<OpenId>k__BackingField": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

分享ID

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.