- CSSS APIs
- Overview
- Internationalization
- Status code
- Sign code Example
- SIM
- Usage
- Plan
- SMS
- Customized
- Notification
- Mall APIs
- eSIM QR Mall APIs
查询正在使用、未启用订单
Demo UAT
http://127.0.0.1
Demo UAT
http://127.0.0.1
POST
/singleQueryOrder
Request
Header Params
Content-Type
string
optional
Default:
application/json
Body Params application/json
deviceCode
string
required
languageCode
string
required
mark
string
required
partnerCode
string
required
sign
string
required
terminal
string
required
tradeTime
string
required
tradeType
string
required
version
string
required
Example
{
"deviceCode": "89860220190905123941",
"languageCode": "1",
"mark": "0",
"partnerCode": "P000818",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "verify",
"version": "3.0"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1/singleQueryOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceCode": "89860220190905123941",
"languageCode": "1",
"mark": "0",
"partnerCode": "P000818",
"sign": "b2a9e697bdff66049803d62ffeffccaf",
"terminal": "0",
"tradeTime": "20181031256548",
"tradeType": "verify",
"version": "3.0"
}'
Responses
🟢200成功
application/json
Body
deviceCode
string
required
orderList
string
required
partnerCode
string
required
Example
{
"deviceCode": "89860220190905123941",
"orderList": "89860220190905123941",
"partnerCode": "P000818"
}
Modified at 2022-10-04 23:23:51