天假骑手投诉

This commit is contained in:
邹宗楠
2023-12-28 18:17:27 +08:00
parent b543c4a07a
commit 91b1e0f2d7
4 changed files with 21 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ package dadaapi
import (
"fmt"
"git.rosy.net.cn/baseapi"
"git.rosy.net.cn/jx-callback/business/model"
"go.uber.org/zap"
"testing"
)
@@ -60,6 +61,16 @@ func TestComplaintRider(t *testing.T) {
err := dadaapi.ComplaintRider("5000952191610480635", 69)
fmt.Println(err)
}
func TestComplaintList(t *testing.T) {
dadaapi.ComplaintList()
}
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)
}
//
//func TestTest(t *testing.T) {