PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → How to add array parameter in HTTPAddParameter
How to add array parameter in HTTPAddParameter
Iniciado por Mick, 10,ene. 2021 13:15 - 1 respuesta
Publicado el 10,enero 2021 - 13:15
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
Publicado el 11,enero 2021 - 05:04
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
}