POST http://sdk.ddyun.com/api/CommonSDK/UpgradeCardTypeList
SDK升级换机支持卡类型列表
Request Information
URI Parameters
None.
Body Parameters
BaseParamName | Description | Type | Additional information |
---|---|---|---|
appkey |
商户Key |
string |
None. |
timestamp |
时间戳 |
integer |
None. |
noncestr |
随机字符,使签名不可预测 |
string |
None. |
sign |
签名信息 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppKey": "sample string 1", "Timestamp": 2, "NonceStr": "sample string 3", "Sign": "sample string 4" }
application/x-www-form-urlencoded
Sample:
AppKey=&Timestamp=0&NonceStr=&Sign=
multipart/form-data
Sample:
Sample not available.
Response Information
Resource Description
SDK升级换机支持卡类型列表
SDKBaseResultOfListOfUpgradeCardTypeResultName | Description | Type | Additional information |
---|---|---|---|
data | Collection of UpgradeCardTypeResult |
None. |
|
code |
错误码 |
SDKResultCode |
None. |
msg |
错误消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "OldCardType": 1, "OldCardTypeName": "sample string 2", "NewCardType": 3, "NewCardTypeName": "sample string 4", "IsDataSave": true }, { "OldCardType": 1, "OldCardTypeName": "sample string 2", "NewCardType": 3, "NewCardTypeName": "sample string 4", "IsDataSave": true } ], "Code": 0, "Msg": "sample string 1" }