Skip to content

Commit

Permalink
[fix #10]modify_11_vue_interface_test
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaifeng111 committed Jun 17, 2019
2 parents 6fe2865 + aba25c9 commit 9440847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 11_vue_interface_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sleep 2
echo "go install success"
sleep 2

# send request AddNode_1
# send request AddNode
attester_1=192.168.130.101
attestee_1=192.168.130.110
score_1=1
Expand All @@ -41,7 +41,7 @@ result1=$(curl -s -X POST http://127.0.0.1:8000/QueryNodes -H 'Content-Type:appl
echo $result1
echo $result1 > result.txt

#send request AddNode_2
#send request QueryNodes
attester_2=192.168.130.110
attestee_2=192.168.130.112
score_2=2
Expand Down

0 comments on commit 9440847

Please sign in to comment.