报文举例请求URL:
https://openapi.unionpay.com/upapi/tqs/token?app_id=[value]&app_secret=[value]
应答JSON报文体:
{
“respCd”:“0000”
“respMsg”:“成功”
“token”:”fsddfssseessseee”,
“expire_in”:7200
}{
“licNo”:” 500227600123132”,
“phone”:”13912345678”,
“artifCertifId”:”3101121992031200010”,
“artifNm”:”张三”,
“cardNo”:”6214123456789911”,
“insIdCd”:”001”,
“reqType”:”01”,
“resv1”:”xxxxx”,
“resv2”:”xxxxx”
}应答JSON报文体:
{
“respCd”:”0000”,
“respMsg”:”Success”,
“data”:{
“score”:”345”
}
}{
“licNo”:” 500227600123132”,
“phone”:”13912345678”,
“artifCertifId”:”3101121992031200010”,
“artifNm”:”张三”,
“cardNo”:”6214123456789911”,
“insIdCd”:”001”,
“reqType”:”01”,
“resv1”:”xxxxx”,
“resv2”:”xxxxx”
}应答JSON报文体:
{
“respCd”:”0000”,
“respMsg”:”Success”,
“data”:{
“amount”:”70000”
}
}