/** * 对象转为 formdata * @param obj {object} 对象 * @returns {FormData} FormData */ export default function json2FormData(obj: any): FormData;