Open fxjs opened 1 year ago
` import { create, PreQuest } from '@prequest/xhr';
const $http = create();
$http.post('test', { data: { a: 1 }, });
` 为啥请求参数会变成 [object Object] 呢? (content-type是application json) @xdoer 老哥 帮看看呗
完整的代码贴下
` import { create, PreQuest } from '@prequest/xhr';
const $http = create();
$http.post('test', { data: { a: 1 }, });
` 为啥请求参数会变成 [object Object] 呢? (content-type是application json) @xdoer 老哥 帮看看呗