{
"appCode": "invoice",
"emailTitle": "国药控股数字科技(上海)有限公司发票",
"fileList": [
{
"name": "上海统御信息科技有限公司.zip",
"url": "http://minio.guoyaoshuke.com/b-invoice-1-1-invoice/temp/invoice/8d05ffa3-c0fd-4b10-a83d-e94628b45a55.zip?AWSAccessKeyId=LTAI5t96LGReyGt48vpeHH5u&Expires=1698973064&Signature=pjBBAwgqmL9Q6cChw6VVz6t3K0E%3D"
}
],
"paramValueList": [
{
"param": "invoiceNum",
"value": "20"
}
],
"recipientList": [
"zhaguanyou@sinopharm.com"
],
"templateChannelList": [
1
],
"templateCode": "invoiceEmail"
}
curl --location --request POST 'http://dev.guoyaoshuke.com//api/gksk-message-center/i-message/send-message-by-template' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"appCode": "invoice",
"emailTitle": "国药控股数字科技(上海)有限公司发票",
"fileList": [
{
"name": "上海统御信息科技有限公司.zip",
"url": "http://minio.guoyaoshuke.com/b-invoice-1-1-invoice/temp/invoice/8d05ffa3-c0fd-4b10-a83d-e94628b45a55.zip?AWSAccessKeyId=LTAI5t96LGReyGt48vpeHH5u&Expires=1698973064&Signature=pjBBAwgqmL9Q6cChw6VVz6t3K0E%3D"
}
],
"paramValueList": [
{
"param": "invoiceNum",
"value": "20"
}
],
"recipientList": [
"zhaguanyou@sinopharm.com"
],
"templateChannelList": [
1
],
"templateCode": "invoiceEmail"
}'
{
"code": "string",
"message": "string",
"data": {
"templateCode": "string",
"emailTitle": "string"
}
}