Beta feature 这是一个测试功能,可能不按预期工作,请反馈任何错误。
,
Authorization: Bearer ********************
{ "proxyIds": [ 0 ], "format": "string" }
curl --location --request POST 'https://api.mefrp.com/api/auth/proxy/config/multiple' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "proxyIds": [ 0 ], "format": "string" }'
{ "code": 200, "data": { "config": "", "type": "TOML" }, "message": "生成配置成功" }