package orderrpcv2 import ( "testing" ) func Test_Cancel(t *testing.T) { ret, err := Cancel("jianfan", "100064", "2") t.Log(ret) t.Log(err) }