Browse Source

update111

tags/v2.0.1
DengBiao 2 years ago
parent
commit
ec9d859217
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      coupon_test.go

+ 6
- 1
coupon_test.go View File

@@ -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",


Loading…
Cancel
Save