1
This commit is contained in:
@@ -280,6 +280,7 @@ class Customer extends HD_Controller
|
||||
}
|
||||
|
||||
$temp = array(
|
||||
'sid' => create_customer_no(),
|
||||
'name' => $v['name'],
|
||||
'mobile' => $v['mobile'],
|
||||
'cfrom' => $cf_id ? $cf_id : 0,
|
||||
@@ -352,14 +353,12 @@ class Customer extends HD_Controller
|
||||
continue;
|
||||
}
|
||||
|
||||
$flowOrderNo = addslashes(json_encode(array('flowOrderNo' => create_customer_no())));
|
||||
|
||||
$push_data = array(
|
||||
'pushAppKey' => $this->pushAppKey,
|
||||
'keySupplyBusinessId' => $this->keySupplyBusinessId,
|
||||
'keyOutsidePvareaidId' => $this->keyOutsidePvareaidId,
|
||||
'keyExt5' => $this->keyExt5,
|
||||
'keyExt12' => $flowOrderNo,
|
||||
'keyExt12' => addslashes(json_encode(array('flowOrderNo' => $v['sid']))),
|
||||
'splitCode' => '123',
|
||||
'keyPrivateFlag' => '0',
|
||||
'keyTypeId' => '2',
|
||||
|
||||
Reference in New Issue
Block a user