|
|
@@ -845,6 +845,7 @@ public class ChatGptAccountServiceImpl implements ChatGptAccountService {
|
|
|
.orderId(orderId)
|
|
|
.goodsId(goodsDonSku.getGoodsId())
|
|
|
.skuId(goodsDonSku.getId())
|
|
|
+ .months(goodsDonSku.getMonths())
|
|
|
.use(Math.min(chatgptUser.getLimitNum(), getConversationCount(chatgptUser.getUserToken(), chatgptUser.getLimitTime())))
|
|
|
.build();
|
|
|
} else {
|