文档中心 > API类目 > 天猫校园共享前端类目

tmall.xiaoyuan.share.isv.campus.fund.withdraw.audit.list (提现记录)

提现记录

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
fund_withdraw_apply_query_request FundWithdrawApplyQueryRequest 可选 出参
  • └ gmt_create_start
  • String
  • 可选
  • 2020
  • 创建起始时间
  • └ page_size
  • Number
  • 可选
  • 10
  • 每页数
  • └ fund_accredit_id
  • Number
  • 可选
  • 12324
  • 钱包id
  • └ campus_area_code
  • Number
  • 可选
  • 1
  • 服务区code
  • └ gmt_create_end
  • String
  • 可选
  • 2025
  • 创建结束时间
  • └ page_num
  • Number
  • 可选
  • 1
  • 页码
  • └ phone
  • String
  • 可选
  • 123
  • 手机号
  • └ out_order_id
  • String
  • 可选
  • 1234
  • 外部单号
  • └ status
  • String
  • 可选
  • 1
  • 状态
  • └ method
  • String
  • 可选
  • 12
  • 退还方式

响应参数

名称 类型 示例值 描述
result Result 出参
  • └ msg
  • String
  • 1
  • msg
  • └ code
  • String
  • 123
  • code
  • data
  • SharePageResult
  • 分页参数
  • └ total_num
  • Number
  • 1
  • 总页数
  • └ page_num
  • Number
  • 1
  • 页码
  • └ page_size
  • Number
  • 10
  • 每页数
  • data
  • FundWithdrawApplyResponse []
  • 分数数据
  • └ amount
  • Number
  • 1
  • 余额
  • └ amount_yuan
  • String
  • 1.1
  • 余额
  • └ fund_account_id
  • Number
  • 123
  • 钱包账户id
  • └ fun_accredit_id
  • Number
  • 1
  • 钱包id
  • └ fund_name
  • String
  • 1
  • 钱包名称
  • └ gift_amount
  • Number
  • 1
  • 赠送金
  • └ gift_amount_yuan
  • String
  • 1.1
  • 赠送金
  • └ gmt_create
  • Date
  • 1
  • 创建时间
  • └ gmt_create_str
  • String
  • yyyy-MM-dd hh:MM:ss
  • 创建时间
  • └ gmt_modified
  • Date
  • 1
  • 修改时间
  • └ gmt_modified_str
  • String
  • yyyy-MM-dd hh:MM:ss
  • 修改时间
  • └ id
  • Number
  • 1
  • id
  • └ method
  • String
  • 1
  • 退还方式
  • └ mix_phone
  • String
  • 123
  • 加密手机
  • └ out_order_id
  • String
  • 1
  • 外部单号
  • └ payment_time
  • Date
  • 1
  • 支付时间
  • └ payment_time_str
  • String
  • yyyy-MM-dd hh:MM:ss
  • 支付时间
  • └ status
  • String
  • 1
  • 状态
  • └ subject_code
  • String
  • shareAccount
  • 钱包类型
  • └ subject_id
  • String
  • 1
  • subjectId
  • └ payee_name
  • String
  • 123
  • 所属服务商名称
  • fund_withdraw_payment_responses
  • FundWithdrawPaymentResponse []
  • 到账信息
  • └ pay_tool
  • String
  • ALIPAY
  • 支付工具
  • └ amount
  • Number
  • 1
  • 渠道金额
  • └ payee_id
  • Number
  • 123
  • 商户id
  • └ audit_time_str
  • String
  • 123
  • 审核时间
  • └ cancel_time_str
  • String
  • 123
  • 取消时间
  • └ operator_ame
  • String
  • 123
  • 审核人姓名
  • └ total_num
  • Number
  • 1
  • totalNum
  • └ success
  • Boolean
  • true
  • success
  • └ page_num
  • Number
  • 10
  • pageNum

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
TmallXiaoyuanShareIsvCampusFundWithdrawAuditListRequest req = new TmallXiaoyuanShareIsvCampusFundWithdrawAuditListRequest();
TmallXiaoyuanShareIsvCampusFundWithdrawAuditListRequest.FundWithdrawApplyQueryRequest obj1 = new TmallXiaoyuanShareIsvCampusFundWithdrawAuditListRequest.FundWithdrawApplyQueryRequest();
obj1.setGmtCreateStart("2020");
obj1.setPageSize(10L);
obj1.setFundAccreditId(12324L);
obj1.setCampusAreaCode(1L);
obj1.setGmtCreateEnd("2025");
obj1.setPageNum(1L);
obj1.setPhone("123");
obj1.setOutOrderId("1234");
obj1.setStatus("1");
obj1.setMethod("12");
req.setFundWithdrawApplyQueryRequest(obj1);
TmallXiaoyuanShareIsvCampusFundWithdrawAuditListResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<tmall_xiaoyuan_share_isv_campus_fund_withdraw_audit_list_response>
    <result>
        <msg>1</msg>
        <code>123</code>
        <data>
            <total_num>1</total_num>
            <page_num>1</page_num>
            <page_size>10</page_size>
            <data>
                <fund_withdraw_apply_response>
                    <amount>1</amount>
                    <amount_yuan>1.1</amount_yuan>
                    <fund_account_id>123</fund_account_id>
                    <fun_accredit_id>1</fun_accredit_id>
                    <fund_name>1</fund_name>
                    <gift_amount>1</gift_amount>
                    <gift_amount_yuan>1.1</gift_amount_yuan>
                    <gmt_create>1</gmt_create>
                    <gmt_create_str>yyyy-MM-dd hh:MM:ss</gmt_create_str>
                    <gmt_modified>1</gmt_modified>
                    <gmt_modified_str>yyyy-MM-dd hh:MM:ss</gmt_modified_str>
                    <id>1</id>
                    <method>1</method>
                    <mix_phone>123</mix_phone>
                    <out_order_id>1</out_order_id>
                    <payment_time>1</payment_time>
                    <payment_time_str>yyyy-MM-dd hh:MM:ss</payment_time_str>
                    <status>1</status>
                    <subject_code>shareAccount</subject_code>
                    <subject_id>1</subject_id>
                    <payee_name>123</payee_name>
                    <fund_withdraw_payment_responses>
                        <fund_withdraw_payment_response>
                            <pay_tool>ALIPAY</pay_tool>
                            <amount>1</amount>
                        </fund_withdraw_payment_response>
                    </fund_withdraw_payment_responses>
                    <payee_id>123</payee_id>
                    <audit_time_str>123</audit_time_str>
                    <cancel_time_str>123</cancel_time_str>
                    <operator_ame>123</operator_ame>
                </fund_withdraw_apply_response>
            </data>
        </data>
        <total_num>1</total_num>
        <success>true</success>
        <page_num>10</page_num>
    </result>
</tmall_xiaoyuan_share_isv_campus_fund_withdraw_audit_list_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部