1
This commit is contained in:
@@ -109,7 +109,7 @@ func TestGetAfsService2(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestOrderShoudSettlementService2(t *testing.T) {
|
func TestOrderShoudSettlementService2(t *testing.T) {
|
||||||
result, err := api.OrderShoudSettlementService2("2230776748000074")
|
result, err := api.OrderShoudSettlementService2("2230609970000292")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err.Error())
|
t.Fatal(err.Error())
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ package tiktok_api
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"git.rosy.net.cn/jx-callback/business/model"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -15,3 +16,7 @@ func TestCancelWaybill(t *testing.T) {
|
|||||||
err := a.ShopOrderDispatcher(62490423, "5016287638112024287", 2)
|
err := a.ShopOrderDispatcher(62490423, "5016287638112024287", 2)
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func Test2222(t *testing.T) {
|
||||||
|
fmt.Println(2&(model.SyncFlagDeletedMask|model.SyncFlagNewMask|model.SyncFlagModifiedMask) != 0)
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user