Renewal Details
User's renewal record details
Request URL
Request Method
Request Parameter
Field |
Parameter |
Type |
Required |
Description |
APPID |
appid |
String |
Yes |
Application Client Id |
Timestamp |
gntime |
String |
Yes |
The current UNIX timestamp |
Signature |
gntoken |
String |
Yes |
Signature string. For details, please refer to the Signature Method page. |
record ID |
id |
Integer |
Yes |
renewal record ID |
Response Data
Field |
Parameter |
Type |
Description |
return code |
code |
Integer |
1:return successfully -1:return failed |
return description |
msg |
String |
description of the return request operation |
return data |
data |
Object |
return the requested operation result data |
Return Data
Field |
Parameter |
Description |
renewal record ID |
id |
56 |
user ID |
uid |
1004 |
renewal domain |
ym |
qingdaoguidao.com |
renewal amount |
qian |
9.52 |
renewal years |
xfnian |
1 |
submission renewal time |
sj |
2020-08-04 18:23:20 |
renewal expiration time |
dqsj |
2021-07-10 17:11:58 |
description |
sm |
|
registrar |
zcs |
InternetX |
status code |
zt |
0-Pending 1-Success 2-Failure 3-Transferring 9-Processing |
status description |
ztstr |
Pending |
Response Demo
{
"code": 1,
"msg": "OK",
"data": {
"id": "56",
"uid": "1004",
"ym": "qingdaoguidao.com",
"qian": "9.52",
"xfnian": "1",
"sj": "2020-08-04 18:23:20",
"dqsj": "2021-07-10 17:11:58",
"sm": "",
"zcs": "InternetX",
"zt": "0",
"ztstr": "Pending"
}
}