1
This commit is contained in:
@@ -68,8 +68,8 @@ func TestComplaintList(t *testing.T) {
|
||||
func Test222222(t *testing.T) {
|
||||
a := 57
|
||||
fmt.Println(a&(model.SyncFlagNewMask|model.SyncFlagStoreName) != 0)
|
||||
fmt.Println(a&2 != 0)
|
||||
fmt.Println(a&4 != 0)
|
||||
fmt.Println((a & 2) != 0)
|
||||
fmt.Println((a & 4) != 0)
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -45,7 +45,7 @@ import (
|
||||
//}
|
||||
//
|
||||
func TestCancel(t *testing.T) {
|
||||
cancelResponse, err := dadaapi.CancelOrder("1100632781686164762", ReasonIDOther, "协商一致")
|
||||
cancelResponse, err := dadaapi.CancelOrder("8000051859647401017", ReasonIDClientCanceled, "协商一致")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user