MicrosoftEduA1CreateUsers
MicrosoftEduA1CreateUsers copied to clipboard
批量创建微软教育A1用户
Results
1
MicrosoftEduA1CreateUsers issues
Sort by
recently updated
recently updated
newest added
中文情况下, 首先需要指定编码读取文件 `payloadJsonFile = open("payload.json", encoding="utf-8")` 然后需要编码后发送请求 `data=Template(payload).safe_substitute({"userName": userName}).encode('utf-8')` 另外用户名不允许是密码的子串, 需要根据自身需求自行定义用户名的自增函数.