Commit 53e61dc8 authored by hangjun83's avatar hangjun83

百化接口

parent 54196fc9
...@@ -22,9 +22,9 @@ class BhuaCustomerService ...@@ -22,9 +22,9 @@ class BhuaCustomerService
$this->bhuaCustomerRepository = $bhuaCustomerRepository; $this->bhuaCustomerRepository = $bhuaCustomerRepository;
} }
public function getRhawnCustomerThroughtCusCode($cusCode) public function getBhuaCustomerThroughtCusCode($cusCode)
{ {
$customerInfo = $this->bhuaCustomerRepository->getRhawnCustomerThroughtCusCode($cusCode); $customerInfo = $this->bhuaCustomerRepository->getCustomerThroughtCusCode($cusCode);
return $customerInfo; return $customerInfo;
} }
......
...@@ -44,7 +44,7 @@ class CustomerService ...@@ -44,7 +44,7 @@ class CustomerService
$customer = $this->rhawnCustomerService->getRhawnCustomerThroughtCusCode($requestParams['customer_code']); $customer = $this->rhawnCustomerService->getRhawnCustomerThroughtCusCode($requestParams['customer_code']);
break; break;
case 'bh' : case 'bh' :
$customer = $this->bhuaCustomerService->getRhawnCustomerThroughtCusCode($requestParams['customer_code']); $customer = $this->bhuaCustomerService->getBhuaCustomerThroughtCusCode($requestParams['customer_code']);
break; break;
} }
if(!$customer){ if(!$customer){
......
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 to comment