POST
/
platformapi
/
chainup
/
open
/
auth
/
token
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/auth/token
{
    "code": "",
    "msg": "",
    "data": {
        "openId":"4dbca5afca8a46f48d863d18bsdd644731",
        "expireIn":"",
        "refreshToken":"4dbca5afca8a46f48d863d18bsdd644731",
        "token":"2ae04ed9165624419bad68e9e0f3f29fbd".
    }
}

Query Parameters

appKey
string
required

商家唯一appKey

Example: xxx_xxx

code
string
required

调用第一步login用户登陆时返回的code

Example: 2ae04ed9165624419bad68e9e0f3f29fbd

sign
string
required

签名

Example: 2ae04ed9165624419bad68e9e0f3f29fbd2ae04ed9165624419bad68e9e0f3f29fbd

Response

200 - application/json
code
string

返回code

msg
string

成功或失败提示信息

data
object