文档
测试

获取资金信息

GET
http://192.168.1.181:7072/meridian-portable-public/month/pay/get

请求参数

参数名
类型
描述
必填
orderId
string
订单id
必填
timeStart
int
开始时间戳
必填
timeStart
int
开始时间戳
必填

响应数据

>i 月结模式 ```json { "errorCode": 0, "msgType": 1, "result": { "isPay": true, // 是否可以支付 "money": 0, // 本月累计账单 "type": 2 } } ``` >i 充值模式 ```json { "errorCode": 0, "msgType": 1, "result": { "money": 6822, // 余额 "habitusNum": 20, // 体质膏方次数 "type": 1 } } ``` :grimacing: ::) (::expressionless::) ::)