songxingwei il y a 2 ans
Parent
commit
fd8ec934e8
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      application/api/controller/Login.php

+ 5 - 5
application/api/controller/Login.php

@@ -206,11 +206,11 @@ class Login extends Base
 
     public function test(){
 
-//        $redis = new Redis();
-//        $nonce =  $redis->get('nonce');
-//        $url2 = "http://192.144.219.204:8083/ddc1155/balanceOf?ddcId=10961&nonce=$nonce&owner=0xc472ec30ec813784b19872565e045c7153ea3f17";
-//        $res2=curlRequest($url2);
-//        echo $res2;die;
+        $redis = new Redis();
+        $nonce =  $redis->get('nonce');
+        $url2 = "http://192.144.219.204:8083/ddc1155/balanceOf?ddcId=10961&nonce=10962$nonce&owner=0xc472ec30ec813784b19872565e045c7153ea3f17";
+        $res2=curlRequest($url2);
+        echo $res2;die;
 
 
         $url2='http://192.144.219.204:8083/ddc/getNonce';