|
@@ -4702,7 +4702,7 @@ class Fullorder extends Start_Controller {
|
|
|
$province = $this->input->post('province',true);
|
|
|
$zipcode = $this->input->post('zipcode',true);
|
|
|
$barcode = $this->usps->get_address(array('address'=>$address,'address2'=>$address2,'city'=>$city,'province'=>$province,'zipcode'=>$zipcode));
|
|
|
- $this->logic_ding->sendToDing("usps地址验证返回数据".$barcode);
|
|
|
+ //$this->logic_ding->sendToDing("usps地址验证返回数据".$barcode);
|
|
|
echo $barcode;
|
|
|
}
|
|
|
}
|