feat(characters): use local character catalog
This commit is contained in:
@@ -27,6 +27,7 @@ export interface IPaymentRepository {
|
||||
planId: string,
|
||||
payChannel: PayChannel,
|
||||
autoRenew: boolean,
|
||||
recipientCharacterId?: string,
|
||||
): Promise<Result<CreatePaymentOrderResponse>>;
|
||||
|
||||
/** 查询支付订单状态。 */
|
||||
|
||||
Reference in New Issue
Block a user