Commit df803605 by 杨树贤

银行唯一id

parent ddc8e4ec
Showing with 1 additions and 1 deletions
...@@ -98,6 +98,7 @@ class SyncSupplierService ...@@ -98,6 +98,7 @@ class SyncSupplierService
'beneficiary' => $receipt['account_name'], 'beneficiary' => $receipt['account_name'],
'bankAddress' => $receipt['account_adderss'], 'bankAddress' => $receipt['account_adderss'],
'infoEvidence' => $receipt['certificate'], 'infoEvidence' => $receipt['certificate'],
'recid' => $receipt['receipt_id'],
//'bankaccount' => $receipt['international_code'], //'bankaccount' => $receipt['international_code'],
]; ];
} }
...@@ -127,7 +128,6 @@ class SyncSupplierService ...@@ -127,7 +128,6 @@ class SyncSupplierService
} }
$channel = $conn->channel(); $channel = $conn->channel();
$channel->queue_declare('supplier_sync', false, true, false, false); $channel->queue_declare('supplier_sync', false, true, false, false);
$msg = new AMQPMessage(json_encode($message), $msg = new AMQPMessage(json_encode($message),
array('content_type' => 'text/plain')); array('content_type' => 'text/plain'));
$result = $channel->basic_publish($msg, '', 'supplier_sync'); $result = $channel->basic_publish($msg, '', 'supplier_sync');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment