|
@@ -179,7 +179,7 @@ func ImportUser(context *admin.Context) (interface{}, error) {
|
|
|
continue
|
|
|
}
|
|
|
userIds[v[0]] = true // 追加到已存在的用户id中
|
|
|
- tmpData := map[string]interface{}{"userId": v[0], "phone": phone}
|
|
|
+ tmpData := map[string]interface{}{"userId": v[0], "registePhone": phone}
|
|
|
successCount++ // 成功的数量++
|
|
|
selectUser = append(selectUser, tmpData) // 追加选择的用户中
|
|
|
|