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}') }