如果自己有几个图床接口想增加配置我该如何做呢?
fengguowudi opened this issue · 2 comments
fengguowudi commented
{
"Version": "13.6.1",
"Name": "飞猫云",
"DestinationType": "ImageUploader",
"RequestMethod": "POST",
"RequestURL": "https://ucgimg.fmapp.com/Public/imgquality/img_up1.php",
"Body": "MultipartFormData",
"FileFormName": "file",
"URL": "https://ucgimg.fmapp.com$json:data$"
}
fengguowudi commented
{
"Version": "13.7.0",
"Name": "携程",
"DestinationType": "ImageUploader",
"RequestMethod": "POST",
"RequestURL": "https://api.kinh.cc/Picture/Ctrip.php",
"Body": "MultipartFormData",
"FileFormName": "FilePicture",
"URL": "$json:link$"
}
fengguowudi commented
类似这两种