From d51b9fb2becc5a454f198a3a346d9d9a73566bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 11 Apr 2023 10:50:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/MyBenefits/MyBenefits.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/MyBenefits/MyBenefits.js b/api/MyBenefits/MyBenefits.js index 34e3077..0f93f96 100644 --- a/api/MyBenefits/MyBenefits.js +++ b/api/MyBenefits/MyBenefits.js @@ -1,9 +1,9 @@ import request from "../request.js" //个人中心 我的收益 金额 -export function personRevenue(nurseStationPersonId, monthStartTime, monthEndTime) { +export function personRevenue(nurseStationPersonId, monthTime,monthStartTime, monthEndTime) { return request({ - url: `/nurseApplet/personCenter/personRevenue?nurseStationPersonId=${nurseStationPersonId}&&monthStartTime=${monthStartTime}&&monthEndTime=${monthEndTime}`, + url: `/nurseApplet/personCenter/personRevenue?nurseStationPersonId=${nurseStationPersonId}&&monthTime=${monthTime}&&monthStartTime=${monthStartTime}&&monthEndTime=${monthEndTime}`, method: 'GET' }) }