工会后台开发-工会管理-用户管理 开发
This commit is contained in:
@@ -63,7 +63,7 @@ class Guild extends BaseCom
|
||||
$type = input('type', 1);
|
||||
$key_name = "api:guild:operate_guild:".$uid;
|
||||
redis_lock_exit($key_name);
|
||||
$reslut = model('Guild')->operate_guild($uid, $apply_id, $type);
|
||||
$reslut = model('Guild')->operate_guild($apply_id, $type,$uid);
|
||||
redis_unlock($key_name);
|
||||
return V($reslut['code'],$reslut['msg'], $reslut['data']);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user