From ec9d8592176c53b3891e493687420b9cdc4b3f01 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Tue, 10 May 2022 14:56:38 +0800 Subject: [PATCH] update111 --- coupon_test.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/coupon_test.go b/coupon_test.go index ab365c9..68c9a5b 100644 --- a/coupon_test.go +++ b/coupon_test.go @@ -3,11 +3,16 @@ package zyos_go_coupon import ( "code.fnuoos.com/go_rely_warehouse/zyos_go_coupon.git/db" "code.fnuoos.com/go_rely_warehouse/zyos_go_coupon.git/md" + "fmt" "testing" ) func TestCouponCommCheck(t *testing.T) { - + fmt.Println(">>>>>>>>>>>>>>>>>>>>>>") + err := Init("119.23.182.117:3306", "fnuoos_test1", "root", "Fnuo123com@") + if err != nil { + t.Errorf("Reverse == %s", err) + } req := md.CouponCheckRequest{ CouponAmount: "", Uid: "21702",