roleid 一个是 1,另一个是 2,同时选择两个,使用 data={'roleid':1, 'roleid':'2'},程序中只记录了 2 的 roleid
data={'roleId': [1,2]},成功记录,还好服务器接受这种方式