postdischarge-applet/api/follow/follow.js

10 lines
165 B
JavaScript
Raw Permalink Normal View History

2024-11-01 13:36:21 +08:00
import request from "../request.js"
export function myFollowUp(data) {
return request({
url: `/postDischarge/homePage/myFollowUp`,
method: 'get',
data
})
}