|
|
@@ -917,6 +917,8 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
throw BusinessRuntimeException.getInstance("该账号已失效");
|
|
|
}
|
|
|
loginReq.setUserId(relation.getUserId());
|
|
|
+ loginReq.setRelationId(relation.getId());
|
|
|
+ loginReq.setGoodsId(goodsId);
|
|
|
try {
|
|
|
return getAiVerifyCode(loginReq);
|
|
|
} catch (Exception e) {
|