export function getObjid string return request url customercmMaintenancePlan + id method get 这里为什么不用指定data
在这个函数中,data参数没有被指定是因为在GET请求中,数据是通过URL的查询参数传递的,而不是通过请求体(data)传递的。因此,不需要指定data参数。
原文地址: http://www.cveoy.top/t/topic/irjF 著作权归作者所有。请勿转载和采集!