66.平台账务流水账查询(gy.erp.alipay.account.order.get)

马浩栋发表于:2019年01月28日 18:05:57更新于:2019年02月14日 11:02:08

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

page_no

int

页码

默认为1

page_size

int

每页大小

默认为10

start_date

datetime

修改时间开始段


end_date

datetime

修改时间时间结束段


approve_status

int

审核状态

0:未审核

1:已审核

finance_code

string

账务编号


Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.alipay.account.order.get",
    "page_no": "1",
    "page_size": "100",
    "start_date": "2018-10-05 06:00:00",
    "end_date": "2018-10-05 07:00:00",
    "approve_status": 1,
    "finance_code": "HJCOM==3200060031==1932413123800157==221618789086351482",
    "sign": "A7C76FDAC29148FFBD08C8F9981B8C79"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

成功与否



errorDesc

string

错误信息



subErrorCode

string




errorDesc

string




subErrorDesc

string




requestMethod

string




orders

order[]

流水数据列表



total

int

总记录数



order:

字段名

类型

描述

必填

备注

id

log

数据ID



finance_code

string

账务编号



account_date

datetime

记账时间



modify_date

datetime

修改时间



approve_status

int

审核状态


0:未审核

1:已审核

approve_date

datetime

审核时间



shop_code

string

店铺代码



platform_no

string

销售订单号



alipay_order_no

string

销售订单支付流水号



platform_subject_id

string

平台费用科目ID


只有新数据才会返回

first_sys_name

string

一级系统科目名称


不建议使用,只为兼容旧数据

second_sys_name

string

二级系统科目名称


不建议使用,只为兼容旧数据

account_info_id

string

收付款账户ID



account_code

string

收付款账户代码



account_name

string

收付款账户名称



account

string

收付款账户账号



type

string

收/支类型


0:收入

1:支出

amount

double

金额