The data format of the front-end request for encryption and verification

the encryption method in the background has changed. It used to be the key-value pair of formdata, but now it becomes this. How does the front end send this data format?

Mar.13,2021

https://developer.mozilla.org.


it is true that the above screenshot can be generated using the FormData constructor.

if you are using jq ajax, add

to the configuration.
            processData: false, // data
            contentType: false, // ,
Menu