GET api/Setting/SYS_Key/T/Query
读取系统中的条码内容加密密钥。 用于解密条码内容。
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
读取系统中的条码内容加密密钥。 用于解密条码内容。
CommonOperationResultWithTagOfIEnumerableOfSystemDesKeyResultName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of SystemDesKeyResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "KeyIndex": 64, "KeyContent": "QEA=" }, { "KeyIndex": 64, "KeyContent": "QEA=" } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfSystemDesKeyResultldpHZqFJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result"> <d2p1:SystemDesKeyResult> <d2p1:KeyContent>QEA=</d2p1:KeyContent> <d2p1:KeyIndex>64</d2p1:KeyIndex> </d2p1:SystemDesKeyResult> <d2p1:SystemDesKeyResult> <d2p1:KeyContent>QEA=</d2p1:KeyContent> <d2p1:KeyIndex>64</d2p1:KeyIndex> </d2p1:SystemDesKeyResult> </tag> </CommonOperationResultWithTagOfArrayOfSystemDesKeyResultldpHZqFJ>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.