名称:运营账户收支记录

接口:/merchant/Lcm/smsBalanceLog

请求方式:post

参数名 类型 必填 说明 示例
paginate int 页宽 默认10 10
page int 页码数默认1 1

说明

1.此方法需要登录

返回示例

{
    "code": 200,
    "message": "success",
    "result": {
        "current_page": 1, //当前页
        "last_page": 1, //最后页
        "total": 3, //总条数
        "list": [
            {
                "id": 38,
                "price": 159, //金额 单位元
                "order_num": null, //订单交易编号
                "create_time": "2020-05-13 11:23:03", //交易时间
                "optype": 1, // 1 + 2 - 
                "type": null, //1微信2支付宝3余额4后台操作5收益转入6运营转出
                "status": 1 //1成功2失败
            },
            {
                "id": 39,
                "price": 159,
                "order_num": null,
                "create_time": "2020-05-13 11:25:01",
                "optype": 1,
                "type": null,
                "status": 1
            },
            {
                "id": 40,
                "price": 0.01,
                "order_num": null,
                "create_time": "2020-05-13 11:53:04",
                "optype": 1,
                "type": null,
                "status": 1
            }
        ]
    }
}

results matching ""

    No results matching ""