POST api/Encryption/EncryptionSign
Request Information
URI Parameters
None.
Body Parameters
DataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | string |
None. |
|
| token | string |
None. |
|
| CreateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": "sample string 1",
"token": "sample string 2",
"CreateTime": "2026-08-18 09:58:43"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}