{
"authorized_data" : {
"business_type" : "BUSIFAVOR_STOCK",
"stock_id" : "1274270000000003"
},
"partner" : {
"appid" : "wx7da77afd2a5c157c",
"type" : "APPID"
}
}
curl --location --request POST '/ypc/vientiane/wechat/partnerships/build' \
--header 'Content-Type: application/json' \
--data-raw '{
"authorized_data" : {
"business_type" : "BUSIFAVOR_STOCK",
"stock_id" : "1274270000000003"
},
"partner" : {
"appid" : "wx7da77afd2a5c157c",
"type" : "APPID"
}
}'
{
"authorized_data": {
"business_type": "string",
"scenarios": [
"string"
],
"stock_id": "string"
},
"build_time": "string",
"create_time": "string",
"partner": {
"appid": "string",
"type": "string"
},
"state": "string",
"update_time": "string"
}