File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -365,9 +365,9 @@ export default {
365365 secret_key : secretKey ,
366366 api_key : apiKey ,
367367 secret_passphrase : secretPassphrase ,
368- demo_environment : demoEnvironment
368+ demo_environment : demoEnvironment ,
369369 } = this . $auth ;
370-
370+
371371 const timestamp = Date . now ( ) ;
372372
373373 const message = this . preHash ( {
@@ -377,16 +377,16 @@ export default {
377377 console . log ( "message!!!" , message ) ;
378378
379379 const signature = this . sign ( message , secretKey ) ;
380- const paptrading = demoEnvironment ? "1" : "0" ;
380+ const paptrading = demoEnvironment ? "1" : "0" ;
381381
382382 return {
383383 "ACCESS-KEY" : apiKey ,
384384 "ACCESS-PASSPHRASE" : secretPassphrase ,
385385 "ACCESS-TIMESTAMP" : timestamp ,
386386 "ACCESS-SIGN" : signature ,
387- paptrading ,
387+ paptrading ,
388388 "locale" : "en-US" ,
389- "Content-Type" : "application/json" ,
389+ "Content-Type" : "application/json" ,
390390 } ;
391391 } ,
392392 makeRequest ( {
You can’t perform that action at this time.
0 commit comments