|
@@ -4,6 +4,7 @@ import (
|
|
"context"
|
|
"context"
|
|
"fmt"
|
|
"fmt"
|
|
"github.com/imroc/req/v3"
|
|
"github.com/imroc/req/v3"
|
|
|
|
+ "github.com/suyuan32/simple-admin-common/msg/errormsg"
|
|
"strconv"
|
|
"strconv"
|
|
"time"
|
|
"time"
|
|
"wechat-api/ent"
|
|
"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")
|
|
l.svcCtx.Rds.Del(l.ctx, "crontask_wx_server_info")
|
|
|
|
|
|
- return resp, nil
|
|
|
|
|
|
+ return &types.BaseMsgResp{Msg: errormsg.Success}, nil
|
|
}
|
|
}
|