禁用京东用户

This commit is contained in:
苏尹岚
2019-12-02 19:02:14 +08:00
parent ef7d9814fb
commit 33fbbf7192

View File

@@ -813,6 +813,7 @@ func GetJdUsers(ctx *jxcontext.Context, isAsync, isContinueWhenError bool) (hint
disabledIdList []interface{}
)
db := dao.GetDB()
jdUsersStruct.userMap = jdUsersStruct.userMap[0:0]
//获取京东商城所有用户
_, _, toatlPage, _ := api.JdAPI.PrivilegeSearchUser(1)
for i := 1; i <= toatlPage; i++ {