Skip to content

收款类型列表

Request

Url
text
[POST] : https://eapi.paiago.com/ZKGJ/advancePaymentType/?access_token={access_token}
请求参数:
参数类型描述示例
Fieldarray请求字段[]
  > idstring收款类型id
  > income_typestring类型名称
Orderarray排序规则
Wherearray查询条件
Pagenumber页数0
ListRownumber条数20
请求示例:
json
{
    "Field":[
        "id",
        "income_type"
    ],
    "Order":[

    ],
    "Where":[

    ],
    "Page":1,
    "ListRow":1
}

Response

响应参数
参数描述类型示例
count总数int
data列表(详见请求Field释义)array(object)
响应示例:
json
{
    "data":[
        {
            "id":"FyiiCa7qC",
            "income_type":"类型1"
        }
    ],
    "count":1,
    "errcode":0,
    "errmsg":"请求成功",
    "request_id":null,
    "env":"zkgj-cs"
}