王新凯 3 years ago
parent
commit
02d387d4c4
1 changed files with 8 additions and 1 deletions
  1. 8 1
      application/index/controller/Index.php

+ 8 - 1
application/index/controller/Index.php

@@ -50,7 +50,14 @@ class Index extends Controller
 
         $url1='https://openchain.jd.com/server/account/getServerToken';
 
-        $res1=$this->curl_post($url1,$data);
+        $data1=[
+            'didKey'=>'ol9iq5TTbOoCalZfo5_PXx838T6M',
+            'subAccountPubKey'=>'1',
+            'signature'=>'22',
+            'timestamp'=>time()
+        ];
+
+        $res1=$this->curl_post($url1,$data1);
 
         dump($res1);die();