Update API request formatting and routing structure
This commit is contained in:
@ -59,5 +59,5 @@ export const sendSms = (params: { mobile: string; scene: number }) => {
|
||||
* 获得站内信
|
||||
*/
|
||||
export const getMessage = (params: { id: number }) => {
|
||||
return useFetchRequest.get<IResponse<NotifyMessageRespVO>>('/prod-api/app-api/system/notify-message/get', { params })
|
||||
return useDollarFetchRequest.get<IResponse<NotifyMessageRespVO>>('/prod-api/app-api/system/notify-message/get', { query:params })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user