DengBiao 1年前
コミット
c8a9127e06
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      app/svc/svc_send_red_package.go

+ 2
- 0
app/svc/svc_send_red_package.go ファイルの表示

@@ -6,10 +6,12 @@ import (
"applet/consume/md"
"encoding/json"
"errors"
"time"
)

// CurlSendRedPackage 发送专属红包
func CurlSendRedPackage(args md.SendRedPackageReq, masterId, userId string) (error, map[string]interface{}) {
time.Sleep(time.Duration(10) * time.Second)
url := cfg.AppComm.URL + "/api/v1/comm/pay/balance_pay/im_send_red_package"
utils.FilePutContents("CurlSendRedPackage", utils.SerializeStr(map[string]interface{}{
"data": args,


読み込み中…
キャンセル
保存