wupengfei 2 tahun lalu
induk
melakukan
b4eb823bab
2 mengubah file dengan 18 tambahan dan 14 penghapusan
  1. 7 3
      .idea/workspace.xml
  2. 11 11
      application/api/controller/CloudWallet.php

+ 7 - 3
.idea/workspace.xml

@@ -217,7 +217,7 @@
       <workItem from="1665535774839" duration="2954000" />
       <workItem from="1665543792569" duration="7208000" />
       <workItem from="1665621143495" duration="2513000" />
-      <workItem from="1665708328289" duration="822000" />
+      <workItem from="1665708328289" duration="1639000" />
     </task>
     <task id="LOCAL-00001" summary=".">
       <created>1663731279977</created>
@@ -257,10 +257,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1242" y="398" key="CommitChangelistDialog2/0.0.2560.1400@0.0.2560.1400" timestamp="1663731298581" />
-    <state x="113" y="131" width="2188" height="1150" key="DiffContextDialog" timestamp="1665566855136">
+    <state x="113" y="131" width="2188" height="1150" key="DiffContextDialog" timestamp="1665710365564">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="113" y="131" width="2188" height="1150" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1665566855136" />
+    <state x="113" y="131" width="2188" height="1150" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1665710365564" />
     <state x="1125" y="483" key="FileChooserDialogImpl" timestamp="1665476140468">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
@@ -281,6 +281,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="1088" y="459" width="912" height="548" key="find.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1663231311548" />
+    <state x="864" y="335" key="run.anything.popup" timestamp="1665710362633">
+      <screen x="0" y="0" width="2560" height="1400" />
+    </state>
+    <state x="864" y="335" key="run.anything.popup/0.0.2560.1400@0.0.2560.1400" timestamp="1665710362633" />
     <state x="1083" y="310" width="672" height="678" key="search.everywhere.popup" timestamp="1665285034967">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>

+ 11 - 11
application/api/controller/CloudWallet.php

@@ -66,7 +66,7 @@ class CloudWallet extends Base
     ];
     public function initialize(){
         parent::initialize();
-        parent::check_login();
+        //parent::check_login();
     }
 
     /**
@@ -86,12 +86,12 @@ class CloudWallet extends Base
      */
     public function openAcctApply()
     {
-        $user_id = $this->uid;
+        $user_id = input('post.user_id');
         $user_info  = Db::name('store_member')->find($user_id);
         //if(empty($user_info)) $user_info  = Db::name('store_member')->find(6);
         if(empty($user_info)) $this->error('用户信息有误');
         if(!$user_info['true_name'] || !$user_info['id_card']) $this->error('请先实名认证');
-        //if(!$user_info['bank_num']) $this->error('请绑定银行卡');
+        if(!$user_info['bank_num']) $this->error('请绑定银行卡');
         $current = date("YmdHis");
         $params = [
             'timestamp' => $current,
@@ -110,7 +110,7 @@ class CloudWallet extends Base
                 'occupation' =>18,
             ],
             'accountInfo' => [
-               //'account_type' => 'PERSONAL_PAYMENT_ACCOUNT'
+                //'account_type' => 'PERSONAL_PAYMENT_ACCOUNT'
             ],
             'linkedAcctInfo'=>[
                 //'linked_accttype'=> 'LEGALREPT_BANK_CARD',
@@ -144,7 +144,7 @@ class CloudWallet extends Base
      */
     public function activateApply()
     {
-        $user_id = $this->uid;
+        $user_id = input('post.user_id');
         $password = input('post.password');
         $flag_chnl = input('get.flag_chnl','H5');
         $pkg_name = input('get.pkg_name');
@@ -190,7 +190,7 @@ class CloudWallet extends Base
      */
     public function getRandomKeys()
     {
-        $user_id = $this->uid;
+        $user_id = input('get.user_id');
         $flag_chnl = input('get.flag_chnl','H5');
         $pkg_name = input('get.pkg_name');
         $app_name = input('get.app_name');
@@ -232,7 +232,7 @@ class CloudWallet extends Base
      */
     public function getUserInfo()
     {
-        $user_id = $this->uid;
+        $user_id = input('get.user_id');
         $current = date("YmdHis");
         $params = [
             'timestamp' => $current,
@@ -269,7 +269,7 @@ class CloudWallet extends Base
      */
     public function getAcctInfo()
     {
-        $user_id = $this->uid;
+        $user_id = input('get.user_id');
         $current = date("YmdHis");
         $params = [
             'timestamp' => $current,
@@ -300,7 +300,7 @@ class CloudWallet extends Base
      */
     public function validationSms()
     {
-        $user_id = $this->uid;
+        $user_id = input('get.user_id');
         $token = input('get.token');
         $txn_seqno = input('get.txn_seqno');
         $total_amount = input('get.total_amount');
@@ -368,7 +368,7 @@ class CloudWallet extends Base
      */
     public function withdrawal()
     {
-        $user_id = $this->uid;
+        $user_id = input('post.user_id');
         $money = input('post.money');
         $password = input('post.password');
         $flag_chnl = input('get.flag_chnl','H5');
@@ -413,7 +413,7 @@ class CloudWallet extends Base
         $header = '{"accept-encoding":"gzip,deflate","host":"xianglian-api.hdlkeji.com","content-length":"458","signature-type":"RSA","signature-data":"a5BMrkODcWl6FJ2vOEMG\/dnDbHfsBp34yY9ls9KmaWv5zYYO2EoK+DwL9PAFWTFzb0sKKYaOgrO8mFjl4CclTEd5UWvDFTAhv+EijImHTm4rGwbv1k2fpiw5MCSci1JTAE3ROsocgDWbLSsuFbTQ\/d97oR9KJbrjIInlVPEjO04=","correlationid":"2b9369df-ca95-49df-8f25-10fca9854c02","user-agent":"httpcomponents","connection":"Close","content-type":"text\/json;charset=UTF-8"}';
         $result = json_decode($result,true);
         $header = json_decode($header,true);
-       // var_dump($result,$header);
+        // var_dump($result,$header);
         $check_sign = LLianPayAccpSignature::checkSign(json_encode($result,JSON_UNESCAPED_UNICODE),$header['signature-data']);
         var_dump($check_sign);
         $orderNo = $result['orderInfo']['txn_seqno'];