查看文件: index.php
大小: 877 字节
类型: application/octet-stream
<? ////https://invoice.paynow.com.tw/PayNowEInvoice.asmx //商家訂單編 買方統編 買方姓名 買方住址 買方手機 買方 EMAIL 載具類型 //orderno buyer_id buyer_name buyer_add buyer_phone buyer_email CarrierType $ar1=array('商家訂單編','買方統編','買方姓名','買方住址','買方手機','買方EMAIL','載具類型','載具明碼','載具隱碼','愛心碼',' 明細描述','數量','單價','小計','備註','發票明細稅','是否經海關'); $ar2=array('orderno','buyer_id','buyer_name','buyer_add','buyer_phone','buyer_email','CarrierType','CarrierID_1', 'CarrierID_2','LoveCode','Description','Quantity','UnitPrice','Amount','Remark','ItemTaxtype','IsPassCustoms'); $url='https://testinvoice.paynow.com.tw/PayNowEInvoice.asmx'; for ($i=0;$i<count($ar1);$i++){ echo $ar1[$i].",".$ar2[$i]."<br>"; } ?>
保存
取消
返回文件列表