7
0

feat(stat/site):封装回调权重缓存刷新方法

This commit is contained in:
liguanjie 2026-02-28 16:16:16 +08:00
parent 9f7e9c1faa
commit 2fd0842825

View File

@ -153,9 +153,7 @@ func (c *Client) SetSiteKey(req *SetSiteKeyReq) (resp *SetSiteKeyResp, err error
// CallbackWeightUpdate 回调权重更新
func (c *Client) CallbackWeightUpdate(req *CallbackWeightUpdateReq) (resp *CallbackWeightUpdateResp, err error) {
resp = &CallbackWeightUpdateResp{
BaseResponse: &responses.BaseResponse{},
}
resp = CreateCallbackWeightUpdateResp()
err = c.DoAction(req, resp)
return
}