Commit fe538206 authored by hangjun83's avatar hangjun83

百化接口

parent ea3cf477
......@@ -22,6 +22,12 @@ class BhuaCustomerService
$this->bhuaCustomerRepository = $bhuaCustomerRepository;
}
public function getRhawnCustomerThroughtCusCode($cusCode)
{
$customerInfo = $this->bhuaCustomerRepository->getRhawnCustomerThroughtCusCode($cusCode);
return $customerInfo;
}
/**
* 检查客户信息是否存在
* @param $cusCode
......
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