...
|
...
|
@@ -334,7 +334,7 @@ class IndexController extends RestBaseController |
|
|
*/
|
|
|
public function sginIn(){
|
|
|
$userId=$this->getUserId();
|
|
|
$activity_id=input('activity_id');
|
|
|
$activity_id=input('id');
|
|
|
$Join=new JoinModel();
|
|
|
$where['user_id']=$userId;
|
|
|
$where['activity_id']=$activity_id;
|
...
|
...
|
|