tencentcloud-sdk-cpdp 1.0.323 → 1.0.326

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5220e83be27729f5d5a609f1395b76f541c43b0b
4
- data.tar.gz: b4d77aaba303b8a758c24ca63a4d0eb12c8cd16e
3
+ metadata.gz: 5fc71410b1abadabbd29e727e95e1bec5dd127e1
4
+ data.tar.gz: e3fd7a9812e3e27f5d887f0242b3da04aea8d07f
5
5
  SHA512:
6
- metadata.gz: 72f87057488287e8439f28dba3be5b1f03ba337a275269382c9f697ee05e212a9010c69f3c3089f9f4c84b0ce8570d2c8a5831b7a16a056a1b7a19184ac59da8
7
- data.tar.gz: 753692df7ad974cd327a9a96b7a505c9e008b3d2feb615b63212ee49aa14653963da9e231e76653aa849e8461f40be9d64716560dbc587768015932a42bf2100
6
+ metadata.gz: 7f4c18685b8a6d62d07f34ce947914bdc23259ec29aaeec2ff12ac96f2162e5e3608cec2dba71719d83aa230f487e399f329eaedcae030459ce0e9ba09467a3e
7
+ data.tar.gz: 81d5b3e72106251fd15a2f68aeb5f2aa3a9a9bf52fb0d9c01aa0edcb1d96993e4b5162f0e2780d60120471a3158ff62900c65414afedc59674eb23ba5c532004
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.323
1
+ 1.0.326
@@ -6095,11 +6095,9 @@ module TencentCloud
6095
6095
  # @type NotifyUrl: String
6096
6096
  # @param ExpireTime: 订单过期时间,yyyy-MM-dd HH:mm:ss格式。
6097
6097
  # @type ExpireTime: String
6098
- # @param FrontUrl: 前端成功回调URL。条件可选
6099
- # 当付款方式PaymentMethod为EBANK_PAYMENT时必填
6098
+ # @param FrontUrl: 前端成功回调URL。条件可选。
6100
6099
  # @type FrontUrl: String
6101
- # @param RefreshUrl: 前端刷新 URL。条件可选
6102
- # 当付款方式PaymentMethod为EBANK_PAYMENT时必填
6100
+ # @param RefreshUrl: 前端刷新 URL。条件可选。
6103
6101
  # @type RefreshUrl: String
6104
6102
  # @param SceneInfo: 设备信息,条件可选。
6105
6103
  # @type SceneInfo: :class:`Tencentcloud::Cpdp.v20190820.models.OpenBankSceneInfo`
@@ -9947,11 +9945,11 @@ module TencentCloud
9947
9945
 
9948
9946
  # 云企付-商品信息
9949
9947
  class OpenBankGoodsInfo < TencentCloud::Common::AbstractModel
9950
- # @param GoodsName: 商品名称,默认值“商品支付”
9948
+ # @param GoodsName: 商品标题,默认值“商品支付”
9951
9949
  # @type GoodsName: String
9952
9950
  # @param GoodsDetail: 商品详细描述(商品列表)
9953
9951
  # @type GoodsDetail: String
9954
- # @param GoodsDescription: 商品简单描述。需传入应用市场上的 APP 名字-实际商品名称,例如:天天爱消除-游戏充值
9952
+ # @param GoodsDescription: 银行附言,不可以有以下字符:<>+{}()%*&';"[]等特殊符号
9955
9953
  # @type GoodsDescription: String
9956
9954
 
9957
9955
  attr_accessor :GoodsName, :GoodsDetail, :GoodsDescription
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cpdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.323
4
+ version: 1.0.326
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-30 00:00:00.000000000 Z
11
+ date: 2022-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common