瀏覽代碼

fix:修改同步企微API

jimmyyem 1 月之前
父節點
當前提交
aacc9c1b0e
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      internal/logic/WorkPhone/qw_refresh_logic.go

+ 2 - 1
internal/logic/WorkPhone/qw_refresh_logic.go

@@ -4,6 +4,7 @@ import (
 	"context"
 	"fmt"
 	"github.com/imroc/req/v3"
+	"github.com/suyuan32/simple-admin-common/msg/errormsg"
 	"strconv"
 	"time"
 	"wechat-api/ent"
@@ -101,5 +102,5 @@ func (l *QwRefreshLogic) QwRefresh() (resp *types.BaseMsgResp, err error) {
 
 	l.svcCtx.Rds.Del(l.ctx, "crontask_wx_server_info")
 
-	return resp, nil
+	return &types.BaseMsgResp{Msg: errormsg.Success}, nil
 }