Compare commits

..

No commits in common. "cd52fae447133a964a78620e84e788126bb6ed7c" and "b8af2d7017a9a7b1727e49664eba544efee7912f" have entirely different histories.

View File

@ -190,6 +190,12 @@ func Test(ctx *gin.Context) {
}
if action == "addDecodoProxies" {
var req *cast.UpdateWorkImageReq
var err error
if err = ctx.ShouldBind(&req); err != nil {
service.Error(ctx, err)
return
}
service.CastProvider.Tools(context.Background(), &cast.ToolsReq{Action: action, CfgLinks: []string{
"http://spd7b09ho0:sqx_1MlQ1rN5gfm2Dx@isp.decodo.com:10001",
"http://spd7b09ho0:sqx_1MlQ1rN5gfm2Dx@isp.decodo.com:10002",