document update

master
yixian 4 years ago
parent c6e44cb4c5
commit 2fcc2c3e6b

@ -29,7 +29,9 @@ orderBasic:
pattern: ^\d(m|h)$
description: |
超时时间默认5m如果商户端有全局配置则取商户配置
格式:数字+m/hm=分钟h=小时最小1m最大24h
可以提供以下格式的精确时间yyyy-MM-dd HH:mm:ss基于GMT+10时区。
或以以下格式提供:数字+m/hm=分钟h=小时
超时时间最小1m最大24h
orderWithChannel:
allOf:
- $ref: '#/orderBasic'

@ -28,7 +28,8 @@ orderBasic:
pattern: ^\d+(m|h)$
default: 5m
description: |
format: digits with 'm' or 'h' tail. m=minutes, h=hours.
can provide an accurate time with format yyyy-MM-dd HH:mm:ss in GMT+10 timezone.
or in format: digits with 'm' or 'h' tail. m=minutes, h=hours.
default is 5m. if merchants has a global configuration in our backend, it will take the configuration.
no shorter than 1m and no longer than 24h
orderWithChannel:

Loading…
Cancel
Save