소스 검색

test

tags/v1.0.7
Hjj 2 년 전
부모
커밋
9e953990c0
2개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. +4
    -1
      coupon_test.go
  2. +0
    -2
      go.mod

+ 4
- 1
coupon_test.go 파일 보기

@@ -7,7 +7,10 @@ import (
)

func TestCouponCommCheck(t *testing.T) {

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


+ 0
- 2
go.mod 파일 보기

@@ -4,7 +4,5 @@ go 1.16

require (
github.com/go-sql-driver/mysql v1.6.0
go.uber.org/zap v1.13.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
xorm.io/xorm v1.3.0
)

불러오는 중...
취소
저장