|
@@ -156,6 +156,9 @@ function __construct(){
|
|
|
if($data['printcode'] == 'ZXDPD_UK'){
|
|
|
$yd_orderType = 2;
|
|
|
}
|
|
|
+ if($data['printcode'] == 'ZXDPD_BTC'){
|
|
|
+ $yd_orderType = 2;
|
|
|
+ }
|
|
|
$yd = $this->get_yd($res['returnDatas'][0]['corpBillid'],$printcode[2],$yd_orderType);
|
|
|
//$fp = $this->get_fp($res['returnDatas'][0]['corpBillid']);
|
|
|
if($yd != 'c')// && $fp != 'c'
|