From 9e4445ca480aab9e73dadae75eae40604c399b6e Mon Sep 17 00:00:00 2001 From: liushaowen <565850092@qq.com> Date: Mon, 29 Jun 2020 19:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E8=AE=B2=E5=9D=9B=E6=8A=A5?= =?UTF-8?q?=E5=90=8D=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epdc-resident-mp-yushan/subpages/education/utils/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epdc-resident-mp-yushan/subpages/education/utils/api.js b/epdc-resident-mp-yushan/subpages/education/utils/api.js index 91f7bbf..83cb1fd 100644 --- a/epdc-resident-mp-yushan/subpages/education/utils/api.js +++ b/epdc-resident-mp-yushan/subpages/education/utils/api.js @@ -268,7 +268,7 @@ export function getClassDetail (param) { * 社区讲坛 - 居民端  - 活动报名 */ export function signUpClass (param) { - return request.post('property/activity/singUp/'+param) + return request.post('property/activity/signUp/'+param) // return request.post('property/activity/singUp/{activityId}') }