|
|
@@ -1293,7 +1293,7 @@ public class GroupRelationController {
|
|
|
*/
|
|
|
@GetMapping("/get/galaxyCoin/tickets")
|
|
|
public Result<SearchResult<GalaxyCoinRenewTicketsView>> getGalaxyCoinTickets() throws Exception {
|
|
|
- long userId = 234191;
|
|
|
+ long userId = StpUserUtil.getLoginIdAsLong();
|
|
|
List<Long> userIdList = userBindRelationService.getRelationUserIdList(userId, null);
|
|
|
DateTime now = DateTime.now();
|
|
|
//非独立账号
|