{
"api": 43,
"data": {
"wxid": "filehelper",
"filepath": "C:\\filehelper.jpg"
}
}
curl --location --request POST '/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"api": 43,
"data": {
"wxid": "filehelper",
"filepath": "C:\\filehelper.jpg"
}
}'
{
"errCode": 1,
"errMsg": "请求处理成功",
"api": 43,
"port": 11000,
"account_wxid": "wxid_j9x86l798s2f22"
}