⚙
⚙
⚙
⚙
OpenApi
Search…
Overview
授权接口
功能接口
交易查询
支付方式查询
退款
拒付
物流信息
结算
商品信息
Powered By
GitBook
授权接口
get
https://{oauthUrl}
/oauth/authorize
申请授权码
结果对象属性描述
property name
type
description
merNo
Integer
商户号
code
String
授权码
get
https://{oauthUrl}
/oauth/token
获取Access_token
结果对象属性描述
property name
type
description
access_token
String
access_token,请求时带的令牌
expires_in
Integer
access_token有效期,时间单位秒(s)
refresh_token
String
refresh_token,刷新令牌
refresh_expires_in
Integer
refresh_token有效期,时间单位秒(s)
token_type
String
access_token类型
Previous
Overview
Next - 功能接口
交易查询
Last modified
4mo ago
Copy link
Outline
结果对象属性描述
get
/oauth/token
结果对象属性描述