{
"account": "960003",
"sign": "{{sign}}",
"timestamp": {
{timestamp
}
},
"mms_sign": "mysign",
"mms_title": "mytitle",
"push_url": "https://pushtemplatestate.com/mmstemplate/rpt",
"mms_type": "PKG-PARAM",
"files": [
{
"file_id": 0,
"frame_index": 0,
"file_index": 0,
"file_content_type": "text/plain",
"file_content": "abc123"
},
{
"file_id": 1,
"frame_index": 0,
"file_index": 1,
"file_content_type": "text/plain",
"file_content": "abc123"
}
]
}curl --location --request POST '/Api/MmsTemplate/Create' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "960003",
"sign": "{{sign}}",
"timestamp": {
{timestamp
}
},
"mms_sign": "mysign",
"mms_title": "mytitle",
"push_url": "https://pushtemplatestate.com/mmstemplate/rpt",
"mms_type": "PKG-PARAM",
"files": [
{
"file_id": 0,
"frame_index": 0,
"file_index": 0,
"file_content_type": "text/plain",
"file_content": "abc123"
},
{
"file_id": 1,
"frame_index": 0,
"file_index": 1,
"file_content_type": "text/plain",
"file_content": "abc123"
}
]
}'{
"rt": "20260105112526",
"code": 0,
"code_msg": "SUCCEED",
"mmsid": "9"
}