Page History

Readbalance

Last edited by 郑超

返回

读取用户余额


URL: http://apiwjj.cnlive.com/Daren/member/getBalance.action?userId=***&type=


请求方式: HTTP GET/POST


请求参数说明:

参数名 参数类型 必选 参数说明
userId String ture 用户ID或达人ID或群组ID
type String ture 1-私人,2-群组,不传-达人

返回格式: JSON


返回格式样例:

{
    "errorMessage":"成功",
    "errorCode":"0",
    "data":{
        "balance":"0.00"       
    }
}