This commit is contained in:
邹宗楠
2023-06-02 14:00:06 +08:00
parent 20832cb210
commit 51565bfabc
2 changed files with 10 additions and 1 deletions

View File

@@ -1,8 +1,10 @@
package dadaapi
import (
"fmt"
"git.rosy.net.cn/baseapi"
"go.uber.org/zap"
"testing"
)
//
@@ -54,6 +56,11 @@ func init() {
}
func TestComplaintRider(t *testing.T) {
err := dadaapi.ComplaintRider("1100562620683968937", 69)
fmt.Println(err)
}
//
//func TestTest(t *testing.T) {
// sugarLogger.Debug(utils.GetCurTimeStr())