PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → How to add array parameter in HTTPAddParameter
How to add array parameter in HTTPAddParameter
Started by Mick, Jan., 10 2021 1:15 PM - 1 reply
Posted on January, 10 2021 - 1:15 PM
Hi,anybody,i need use HTTPAddParameter to send array value.But there is no official case. Can it be done? How should it be done?

Has anyone done a similar API Application? Hope to get your help!Thanks
Posted on January, 11 2021 - 5:04 AM
the request sample is :

{
"touser" : "UserID1|UserID2|UserID3",
"toparty" : "PartyID1|PartyID2",
"totag" : "TagID1 | TagID2",
"msgtype" : "text",
"agentid" : 1,
"text" : {
"content" : "Hellow,world"
},
"safe":0,
"enable_id_trans": 0,
"enable_duplicate_check": 0,
"duplicate_check_interval": 1800
}