天假骑手投诉
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user