|
@@ -2,6 +2,7 @@
|
|
|
class Model_Cne extends Lin_Model {
|
|
|
function __construct(){
|
|
|
parent::__construct();
|
|
|
+ $this->load->_model("Model_logic_ding","logic_ding");
|
|
|
}
|
|
|
public function get_data($data)//海外
|
|
|
{
|
|
@@ -93,6 +94,7 @@ function __construct(){
|
|
|
curl_setopt($ch, CURLOPT_POSTFIELDS,http_build_query(array('json'=>$count)));
|
|
|
$res = curl_exec($ch);
|
|
|
curl_close($ch);
|
|
|
+ $this->logic_ding->sendToDing("云尚快递报文信息【".$count."】返回参数[".$res."]");
|
|
|
$res = json_decode($res,true);
|
|
|
if(!isset($res['returnDatas'][0]['corpBillid']))
|
|
|
{
|