修改上报处方平台
This commit is contained in:
parent
54e19efc66
commit
399ea87702
@ -390,7 +390,7 @@ class OrderPrescriptionService extends BaseService
|
||||
}
|
||||
|
||||
$arg = array();
|
||||
$arg['terminalCode'] = "ZD-10003";
|
||||
$arg['terminalCode'] = config("prescription_platform.pharmacy_code",'');
|
||||
$arg['orderNo'] = $order_product['order_product_no']; // 订单编号
|
||||
$arg['transactNo'] = $order_product['escrow_trade_no']; // 流水单号
|
||||
$arg['payDate'] = $order_product['pay_time']; // 支付时间
|
||||
|
||||
@ -134,7 +134,13 @@ abstract class Ca
|
||||
$this->api_url . '/signature-server/api/open/signature/userSignConfig',
|
||||
$option
|
||||
);
|
||||
|
||||
dump($response);
|
||||
if ($response['result_code'] == "1104"){
|
||||
// 用户标识已经存在,请检查!
|
||||
return true;
|
||||
}
|
||||
|
||||
return true;
|
||||
} catch (GuzzleException $e) {
|
||||
throw new BusinessException($e->getMessage());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user