全局token是开放平台所有产品共用的全局接口调用凭据,用户如果拥有多个产品的调用权限,调用各接口时可以使用全局token替代产品token。
GET/POST
https://openapi.unionpay.com/upapi/token
产品token是开放平台每个产品的全局唯一接口调用凭据,用户调用各接口时都需使用产品token。
GET
https://openapi.unionpay.com/upapi/defaultRiskProduct/token
{ "respCd":"0000", "respMsg":"", "token":"fsddesesesasdsfs", "expire_in":7200 }
请求URL:
https://openapi.unionpay.com/upapi/defaultRiskProduct/token?app_id=[app_id]&app_secret=[app_secret]