document update

master
yixian 5 years ago
parent 2fcc2c3e6b
commit 9720ab4fdc

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

@ -25,7 +25,7 @@ orderBasic:
description: mark of operator description: mark of operator
expire: expire:
type: string type: string
pattern: ^\d+(m|h)$ pattern: ^\d+([mh])$
default: 5m default: 5m
description: | description: |
can provide an accurate time with format yyyy-MM-dd HH:mm:ss in GMT+10 timezone. can provide an accurate time with format yyyy-MM-dd HH:mm:ss in GMT+10 timezone.

Loading…
Cancel
Save