after i run the cmd:go run fabric-cli.go chaincode query --cid orgchannel --ccid ExampleCC --args '{"Func":"query","Args":["A"]}' --peer localhost:7051,localhost:8051 --payload --config ../../test/fixtures/config/config_test_local.yaml
the result is:
0 successfull query(s) out of 1
0 successfull query(s) out of 1
0 successfull query(s) out of 1
0 successfull query(s) out of 1
0 successfull query(s) out of 1
0 successfull query(s) out of 1
*** 0 successfull query(s) out of 1
after i run the cmd:go run fabric-cli.go chaincode query --cid orgchannel --ccid ExampleCC --args '{"Func":"query","Args":["A"]}' --peer localhost:7051,localhost:8051 --payload --config ../../test/fixtures/config/config_test_local.yaml the result is: 0 successfull query(s) out of 1 0 successfull query(s) out of 1 0 successfull query(s) out of 1 0 successfull query(s) out of 1 0 successfull query(s) out of 1 0 successfull query(s) out of 1 *** 0 successfull query(s) out of 1
| Response[0]: | | Payload: 1 | Response[1]: | | Payload: 1
is the result correct?