@ -26,7 +26,7 @@ orderBasic:
expire:
type: string
default: 5m
pattern: ^\d(m|h)$
pattern: ^\d([mh])$
description: |
超时时间,默认5m,如果商户端有全局配置则取商户配置
可以提供以下格式的精确时间:yyyy-MM-dd HH:mm:ss,基于GMT+10时区。
@ -25,7 +25,7 @@ orderBasic:
description: mark of operator
pattern: ^\d+(m|h)$
pattern: ^\d+([mh])$
can provide an accurate time with format yyyy-MM-dd HH:mm:ss in GMT+10 timezone.