fix sharex 2
This commit is contained in:
@@ -867,10 +867,10 @@ export default router => {
|
|||||||
Parameters: {
|
Parameters: {
|
||||||
rating: defaultRating
|
rating: defaultRating
|
||||||
},
|
},
|
||||||
// $json:file_url$ maps to the direct file URL in the success response JSON
|
// {json:file_url} maps to the direct file URL in the success response JSON
|
||||||
URL: '$json:file_url$',
|
URL: '{json:file_url}',
|
||||||
ThumbnailURL: '$json:file_url$',
|
ThumbnailURL: '{json:file_url}',
|
||||||
ErrorMessage: '$json:msg$'
|
ErrorMessage: '{response}'
|
||||||
};
|
};
|
||||||
|
|
||||||
const filename = `${cfg.main.url.domain}.sxcu`;
|
const filename = `${cfg.main.url.domain}.sxcu`;
|
||||||
|
|||||||
Reference in New Issue
Block a user