atyun-protocal 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bac64d259d213db1588fb70441b8e2b247f5e955
4
- data.tar.gz: b00ca45d715826521c32bd95e3b3f943ab0cbf35
3
+ metadata.gz: c8e056c138ca5371fc0e4db5adc1cf4c2a6ab5c4
4
+ data.tar.gz: 678ee0eb00f7df3c449fdb3fe3c553a6959fced5
5
5
  SHA512:
6
- metadata.gz: 40f3cfb622c3126f4e23f59d9911d3e0845eb22c70cc588ee12303e82e747c985f760bebd3c9a126a9c15fa3673f0e7e11db4a1061c6036b0daa12e7ede3f875
7
- data.tar.gz: ea7d2d479e0a186cc53a1e8d723f5502381d5730cd85f7318f35cc21be9a5c730657c8176e5f84bc8efcd3a30ac8e77b4b5568c14a2e020b3c0a510b90438e88
6
+ metadata.gz: 1e6c0fbade244c240039e13947645cac3f5a876add041f5b9b833d4b12ad67d0b4165b15ee29723d98e1ee4287be3f0c7095a5fbec33df14e604eafd7993d1c8
7
+ data.tar.gz: 5e03351720d7c1161bb8cbcecc0620761972896c9c0166c0b9fd8d028a144ef740f6a6aada60f733f6d1b0dfb1234c38d727e77f44e243392de16a983a512b56
data/lib/alipay_pb.rb CHANGED
@@ -15,6 +15,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
15
15
  optional :notify_url, :string, 8
16
16
  optional :qr_pay_mode, :string, 9
17
17
  optional :body, :string, 10
18
+ optional :timeout_express, :string, 11
19
+ optional :time_expire, :string, 12
18
20
  end
19
21
  add_message "atyun.GetAlipayReply" do
20
22
  optional :pay_url, :string, 1
@@ -27,6 +27,8 @@ message GetAlipayUrlRequest{
27
27
  string notify_url = 8;
28
28
  string qr_pay_mode = 9;
29
29
  string body = 10;
30
+ string timeout_express = 11;
31
+ string time_expire = 12;
30
32
  }
31
33
 
32
34
  message GetAlipayReply{
@@ -1,5 +1,5 @@
1
1
  module Wechat
2
2
  module Protocal
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atyun-protocal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - icepoint0
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-03 00:00:00.000000000 Z
11
+ date: 2019-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -67,7 +67,6 @@ files:
67
67
  - LICENSE.txt
68
68
  - README.md
69
69
  - Rakefile
70
- - ampedxx-wechat-protocal-0.1.5.gem
71
70
  - bin/console
72
71
  - bin/setup
73
72
  - lib/alipay_pb.rb
Binary file