-
Notifications
You must be signed in to change notification settings - Fork 13
请求payload 序列化问题? #52
Copy link
Copy link
Open
Description
`
import { create, PreQuest } from '@prequest/xhr';
const $http = create();
$http.post('test', {
data: { a: 1 },
});
`
为啥请求参数会变成 [object Object] 呢? (content-type是application json)
@xdoer 老哥 帮看看呗
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels