Authorization: Bearer ********************{
"userId": 1024,
"userType": 1,
"templateTitle": "模版标题",
"page": "pages/index?foo=bar",
"messages": {
"property1": "string",
"property2": "string"
}
}curl --location '/rpc-api/system/social-client/send-wxa-subscribe-message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": 1024,
"userType": 1,
"templateTitle": "模版标题",
"page": "pages/index?foo=bar",
"messages": {
"property1": "string",
"property2": "string"
}
}'{
"code": 0,
"data": true,
"msg": "string"
}