Skip to content

parseResponse 函数是否能够增加请求参数 #2

Description

@q264771003

//service.js
export async function getAuth(playload) {
return $$.post('/mrpt-mobile/m_getAuth.json', playload,{key:'123'});
}

//config.js
parseResponse: ((response,responseType) ==> {
//我想在这里拿到请求参数,即{key:'123'}
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions