|
|
@ -62,6 +62,7 @@ class IPayLinksService extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
public function note_list2()
|
|
|
|
public function note_list2()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
$this->permission->is_admin(true);
|
|
|
|
$data = array();
|
|
|
|
$data = array();
|
|
|
|
$data["paytext"] = $this->payment_status();
|
|
|
|
$data["paytext"] = $this->payment_status();
|
|
|
|
$data["keywords"] = $this->input->get_post("keywords");
|
|
|
|
$data["keywords"] = $this->input->get_post("keywords");
|
|
|
@ -78,6 +79,7 @@ class IPayLinksService extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
public function note_list()
|
|
|
|
public function note_list()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
$this->permission->is_admin(true);
|
|
|
|
$data = array();
|
|
|
|
$data = array();
|
|
|
|
$data["paytext"] = $this->payment_status();
|
|
|
|
$data["paytext"] = $this->payment_status();
|
|
|
|
$data["keywords"] = $this->input->get_post("keywords");
|
|
|
|
$data["keywords"] = $this->input->get_post("keywords");
|
|
|
@ -94,6 +96,7 @@ class IPayLinksService extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
//失败记录列表
|
|
|
|
//失败记录列表
|
|
|
|
public function note_faillist() {
|
|
|
|
public function note_faillist() {
|
|
|
|
|
|
|
|
$this->permission->is_admin(true);
|
|
|
|
$data = array();
|
|
|
|
$data = array();
|
|
|
|
$data["paytext"] = $this->payment_status();
|
|
|
|
$data["paytext"] = $this->payment_status();
|
|
|
|
//有关键词则不限制日期
|
|
|
|
//有关键词则不限制日期
|
|
|
@ -952,6 +955,7 @@ class IPayLinksService extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
public function gai_modal($pn_txn_id=null, $pn_invoice=null, $pn_id = null, $neworder=null)
|
|
|
|
public function gai_modal($pn_txn_id=null, $pn_invoice=null, $pn_id = null, $neworder=null)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
$this->permission->is_admin(true);
|
|
|
|
$data = array();
|
|
|
|
$data = array();
|
|
|
|
$data['note'] = $this->Note_model->note($pn_txn_id, $pn_id);
|
|
|
|
$data['note'] = $this->Note_model->note($pn_txn_id, $pn_id);
|
|
|
|
$orderid_info = $this->analysis_orderid($pn_invoice);
|
|
|
|
$orderid_info = $this->analysis_orderid($pn_invoice);
|
|
|
@ -1035,6 +1039,7 @@ class IPayLinksService extends CI_Controller
|
|
|
|
|
|
|
|
|
|
|
|
//获取note详情,以便后续修改各项数据
|
|
|
|
//获取note详情,以便后续修改各项数据
|
|
|
|
public function note_modal($pn_txn_id = false, $pn_invoice = false, $pn_id = null) {
|
|
|
|
public function note_modal($pn_txn_id = false, $pn_invoice = false, $pn_id = null) {
|
|
|
|
|
|
|
|
$this->permission->is_admin(true);
|
|
|
|
$data = array();
|
|
|
|
$data = array();
|
|
|
|
$data['IPL_orderId'] = $pn_invoice;
|
|
|
|
$data['IPL_orderId'] = $pn_invoice;
|
|
|
|
if (!empty($pn_txn_id)) {
|
|
|
|
if (!empty($pn_txn_id)) {
|
|
|
|