channel
This commit is contained in:
@@ -155,6 +155,7 @@ class Customer extends HD_Controller
|
||||
}
|
||||
$val['cf_title'] = $this->cfrom[$val['cfrom']]." ".$cf2;
|
||||
$val['channel'] = $this->channel[$val['channel']];
|
||||
$val['channel_id'] = $val['channel'];
|
||||
$val['push_status'] = $this->push_status[$val['push_id']] ? $this->push_status[$val['push_id']] : '上传成功';
|
||||
$val['dis_status'] = $this->dis_status[$val['dis_status']];
|
||||
$lists[] = $val;
|
||||
@@ -417,7 +418,7 @@ class Customer extends HD_Controller
|
||||
'pushAppKey' => $this->pushAppKey,
|
||||
'keySupplyBusinessId' => $this->keySupplyBusinessId,
|
||||
'keyOutsidePvareaidId' => $this->keyOutsidePvareaidId,
|
||||
'keyExt5' => $v['channel'],
|
||||
'keyExt5' => $v['channel_id'],
|
||||
'keyExt12' => addslashes(json_encode(array('flowOrderNo' => $v['sid']))),
|
||||
'splitCode' => '123',
|
||||
'keyPrivateFlag' => '0',
|
||||
|
||||
Reference in New Issue
Block a user