获取用户等级Id

获取用户等级Id

GET http://api-gateway.whcash.com/customer/getLevelIdByLoanAppId

Query Parameters

Name
Type
Description

loanAppId

integer

订单号

Headers

Name
Type
Description

参考公共签名

string

参考公共签名

{
    "success": true,
    "code": "0",
    "msg": "",
    "data": {
        "customerLevelId": 2
    },
    "requestId": "706e89b11a844c78ba5e7ca19ca90df6"
}

Last updated

Was this helpful?