{
"touser": "071870a7-5edb-4d62-bd10-cd07f0b24ae9",
"content": "这里是文本内容,需要换行的话加\n",
"safe": 0
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/wechat/sendMsg' \
--header 'app_id: 202305171108447827375161344' \
--header 'app_id;' \
--header 'access_token: ' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"touser": "071870a7-5edb-4d62-bd10-cd07f0b24ae9",
"content": "这里是文本内容,需要换行的话加\n",
"safe": 0
}'
{
"requestId": "string",
"code": 0,
"msg": "string",
"data": {
"errcode": 0,
"errmsg": "string",
"invaliduser": "string",
"unlicenseduser": "string",
"msgid": "string"
},
"timestamp": 0
}