This commit is contained in:
邹宗楠
2022-12-28 15:43:55 +08:00
parent 871de0016e
commit 541aab34fa
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ package tiktok_api
import (
"fmt"
"git.rosy.net.cn/jx-callback/business/model"
"testing"
)
@@ -15,3 +16,7 @@ func TestCancelWaybill(t *testing.T) {
err := a.ShopOrderDispatcher(62490423, "5016287638112024287", 2)
fmt.Println(err)
}
func Test2222(t *testing.T) {
fmt.Println(2&(model.SyncFlagDeletedMask|model.SyncFlagNewMask|model.SyncFlagModifiedMask) != 0)
}