From b9d9f3ac237df79bd6d65a80a8a3af91beae7f84 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Fri, 7 Jan 2022 10:06:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=A2=E6=AC=BE=E5=AE=A1=E6=89=B9=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E2=80=9C=E6=B8=A0=E9=81=93=E7=B1=BB=E5=9E=8B=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/dingtools/controllers/index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webht/third_party/dingtools/controllers/index.php b/webht/third_party/dingtools/controllers/index.php index 5d252331..c49ff74e 100644 --- a/webht/third_party/dingtools/controllers/index.php +++ b/webht/third_party/dingtools/controllers/index.php @@ -31,6 +31,7 @@ class index extends CI_Controller { $approvers = $this->input->post('approvers'); $message = $this->input->post('message'); $currency = $this->input->post('currency'); + $channelType = $this->input->post('ChannelType'); if(empty($postunionid)){ exit('参数错误'); @@ -78,6 +79,10 @@ class index extends CI_Controller { $postData['form_component_values']['4']['value'] = json_decode($img); $postData['form_component_values']['5']['name'] = '币种'; $postData['form_component_values']['5']['value'] = $currency; + $postData['form_component_values']['5']['name'] = '币种'; + $postData['form_component_values']['5']['value'] = $currency; + $postData['form_component_values']['6']['name'] = '渠道类型'; + $postData['form_component_values']['6']['value'] = $channelType; //print_r(json_encode($postData));die(); $response = GetPost_http($url,json_encode($postData),'json');