我正在使用moodle 3.2。我在moodle中添加了webservice。在该服务的帮助下,我在c#中触发了moodle webservice函数。是否可以在moodle webservice函数中传递额外的参数?例如:function : enrol_manual_enrol_users , input parameters : enrolments[0][roleid]= int,enrolments[0][userid]= int,enrolments[0][courseid]= int,enrolments[0][timestart]= int,enrolments[0][timeend]= int,enrolments[0][suspend]= int.
我必须传递额外的一个参数,例如enrolments[0][timemodifed]=int
。有可能吗?