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