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

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

@@ -208,7 +208,7 @@ class Login extends Base
 
         $redis = new Redis();
         $nonce =  $redis->get('nonce');
-        $url2 = "http://192.144.219.204:8083/ddc1155/balanceOf?ddcId=10961&nonce=$nonce&owner=0x29b770800faf4f950050e9114b9e2411fb7c39e5";
+        $url2 = "http://192.144.219.204:8083/ddc1155/balanceOf?ddcId=10961&nonce=$nonce&owner=0xc472ec30ec813784b19872565e045c7153ea3f17";
         $res2=curlRequest($url2);
         echo $res2;die;