This commit is contained in:
lin fan
2024-11-21 11:23:03 +08:00
parent 3997c42926
commit 6329032278
+2 -3
View File
@@ -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',