文档
测试

验证macLicense

POST
http://127.0.0.1:8085/dgp_api/portal/dgpSystemValidator/validatorMacLicense

请求头

参数名
类型
描述
必填
Authorization
string
token
必填

响应参数

参数名
类型
描述
必填
success
boolean
必填
msg
string
必填
obj
array
必填
grantTime
string
授权时间
必填
expireTime
string
过期时间
必填
grantOrgan
string
授权机构
必填
countdownDays
int
倒计时天数
必填

说明 / 示例

{ "success": true, "msg": "校验成功!", "obj": { "expireTime": "2020-06-10 00:00:00", "grantTime": "2020-06-05 15:30:30", "grantOrgan": "桐庐农商银行", "countdownDays": 5 } }