This commit is contained in:
xiaoyu
2025-02-07 15:44:53 +08:00
parent 9715dd46f0
commit c9de0570da
+2 -1
View File
@@ -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',