From 04b59860065108d797ddf3bf11442a4c77373ff0 Mon Sep 17 00:00:00 2001
From: 王智 <wz@bronet.cn>
Date: Tue, 4 Aug 2020 18:28:50 +0800
Subject: [PATCH] 222

---
 application/api/controller/Invoice.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/api/controller/Invoice.php b/application/api/controller/Invoice.php
index c7f7ef0..1f170a3 100644
--- a/application/api/controller/Invoice.php
+++ b/application/api/controller/Invoice.php
@@ -49,7 +49,7 @@ class Invoice extends Api
     {
         $user_id = $this->is_token($this->request->header());
         $param = $this->request->param();
-        $selectedOptionszero = input('selectedOptionszero');
+        $selectedOptionszero = input('data');
         $arr = json_decode(htmlspecialchars_decode($selectedOptionszero), true);
         dump($arr);
         die;
--
libgit2 0.24.0