|
@@ -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();
|
|
|
|