抵扣详情
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>接口不变</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>get </p>
<p><strong>返回示例</strong></p>
</li>
</ul>
<pre><code>以下为php变量,的大部分字段和以前一样
array(4) {
["pay_info"] => array(9) { //支付信息
["project_id"] => string(2) "74"
["serial_number"] => string(21) "PAY202006171926314247"
["amount"] => string(8) "77000.00"
["pay_time"] => NULL
["record_time"] => string(10) "1592393191"
["remark"] => NULL
["recorder_name"] => string(9) "罗洪元"
["belong_partner_id"] => string(1) "1"
["company_name"] => string(36) "上海一嗨汽车租赁有限公司"
}
["car_basic_data"] => array(1) {
[0] => &array(12) {
["id"] => string(5) "20609"
["car_id"] => string(5) "53245"
["amount1"] => string(4) "0.00"
["amount2"] => string(4) "0.00"
["vin"] => string(17) "CSXC0000000000011"
["plate_number"] => NULL
["belong_project"] => string(2) "74"
["type_name"] => string(35) "朗逸 2017款 1.6L 自动风尚版"
["contract_amount"] => string(8) "77000.00"
["paid_amount"] => string(7) "1500.00"
["receipt_amount"] => int(0)
["deal_price"] => int(0)
}
}
["deduct_type_1"] => array(10) {
["type_name"] => string(35) "朗逸 2017款 1.6L 自动风尚版"
["amount"] => string(7) "1000.00"
["car_id"] => string(5) "53245"
["vin"] => string(17) "CSXC0000000000011"
["plate_number"] => NULL
["contract_amount"] => string(8) "77000.00"
["paid_amount"] => string(7) "1500.00"
["receipt_amount"] => int(0)
["deal_price"] => int(0)
["from_car_id"] => string(17) "LSKG4AC16FA410506"//被抵扣车架号
}
["deduct_type_2"] => array(9) {
["type_name"] => string(35) "朗逸 2017款 1.6L 自动风尚版"
["amount"] => string(7) "1000.00"//抵扣金额
["car_id"] => string(5) "53245"
["vin"] => string(17) "CSXC0000000000011"
["plate_number"] => NULL
["contract_amount"] => string(8) "77000.00"
["paid_amount"] => string(7) "1500.00"
["receipt_amount"] => int(0)
["deal_price"] => int(0)
}
}</code></pre>