feat(chat): add support action cards and live entitlements
This commit is contained in:
@@ -31,6 +31,7 @@ export interface IPaymentRepository {
|
||||
autoRenew: boolean,
|
||||
recipientCharacterId?: string,
|
||||
commercialOfferId?: string,
|
||||
chatActionId?: string,
|
||||
): Promise<Result<CreatePaymentOrderResponse>>;
|
||||
|
||||
/** 查询支付订单状态。 */
|
||||
|
||||
Reference in New Issue
Block a user