授权接口

结果对象属性描述

property name
type
description

merNo

Integer

商户号

code

String

授权码

结果对象属性描述

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类型

Last updated