单独获取某一种语言类型的内容
This commit is contained in:
@@ -32,8 +32,8 @@ export class WebUsdFlow implements PaymentFlow {
|
||||
private async pollOrder(orderId: string) {
|
||||
const poller = new PaymentPoller();
|
||||
return poller.poll(orderId, {
|
||||
maxDurationMs: 2 * 60 * 1000,
|
||||
startIntervalMs: 2000,
|
||||
maxDurationMs: 10 * 60 * 1000,
|
||||
startIntervalMs: 5000,
|
||||
maxIntervalMs: 10000,
|
||||
jitter: true,
|
||||
}, (d) => console.log());
|
||||
|
||||
Reference in New Issue
Block a user