11.9获取收款账号列表

  说明

api接口获取收款账号列表


  请求地址

http://api.dc78.cn/Api/sys_getCollectionAccount


  请求方式

POST


  请求参数

参数参数名称描述



  返回

{
    "status":"1",
    "info":"ok",
    "list":[
        {
            "account_id":"2058",    // 收款账号id
            "name":"11",         // 收款账号名称
            "state":"-1",        // 收款账号状态 1:启用 -1:停用
            "type":"3",         // 收款账号类型 1:微信 2:支付宝 3:扫呗
            "account_no":" 833100090000042",     // 收款账号号码     

        },

        {
            "account_id":"1962",
            "name":"普通微信支付",
            "state":"-1",
            "type":"1",
            "account_no":"1490314452"
        }
,

        {
            "account_id":"2166",
            "name":"xigua",
            "state":"1",
            "type":"2",
            "account_no":"2016040101260968"
        }
,
        {
            "account_id":"2101",
            "name":"西瓜测试",
            "state":"1",
            "type":"1",
            "account_no":"1313335601"
        }

    ],
    "server_timestamp":1531209285,
    "server_time":"2018-07-10 15:54:45",
    "server_name":"wx-task2.hz",
    "msid":"6786"
}