删除,mock数据
This commit is contained in:
parent
0bea08e91e
commit
4cac90f2da
|
|
@ -5,7 +5,6 @@ import (
|
|||
"encoding/json"
|
||||
"github.com/go-kratos/kratos/v2/errors"
|
||||
"github.com/go-kratos/kratos/v2/log"
|
||||
"time"
|
||||
err2 "voucher/api/err"
|
||||
v1 "voucher/api/v1"
|
||||
"voucher/internal/biz/bo"
|
||||
|
|
@ -67,10 +66,6 @@ func (c *CmbService) order(ctx context.Context, request *v1.CmbRequest) (string,
|
|||
|
||||
ctx2 := context.Background()
|
||||
|
||||
if bizContent.ActivityId == "001" {
|
||||
time.Sleep(400 * time.Millisecond)
|
||||
}
|
||||
|
||||
boReq := &bo.OrderCreateReqBo{
|
||||
OutBizNo: bizContent.TransactionId,
|
||||
ProductNo: bizContent.ActivityId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue