lanmao 0.7.0 → 0.8.0

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: b3795fd8113d5d3bfe37ce81cf9b3eaca7cfcb9e
4
- data.tar.gz: 61fe6ff52630bfc31865edd2a82c88230d8c0627
3
+ metadata.gz: 0fb9d6c75b1a564e976855ea056aded6334dc027
4
+ data.tar.gz: afb203332578bf14eff346c2f9e42f71f01e86cb
5
5
  SHA512:
6
- metadata.gz: edde4bad9b9d1c7dd0bd4f3a168982a4def5be07430ee5ba99e83bb020bb9633d8ac03b3a0b64ce88b0c779bfb94a470bab7d9ec5a18be7c3792d03a93f2b8ad
7
- data.tar.gz: fcceef530fad4855cafec7abbe0b30bc175dbd9773e2fea48b1b1cdf19593e3d7a9da826145084171b81d8a41908b24a415b436b4bd442f0895867e2b00da964
6
+ metadata.gz: fff7e1075da4f5eaca292e34e6166eefe681767dde85d0930e3143f0f896eb567c83bbd5311220e6290317a5b61a98d25050b06751e81b00ae94c70a15f23f16
7
+ data.tar.gz: b67fa97980854416b9d09c34227f201224114ae5055e44633efa5e7987f853defb7c81be127deba1c44e5e1a82c55d9c3798c01725cd5da0a3cdfaa34565dd0f
@@ -1,3 +1,4 @@
1
+
1
2
  # coding: utf-8
2
3
  module Lanmao
3
4
  module Form
@@ -13,7 +14,7 @@ module Lanmao
13
14
  # * :form_data
14
15
  # * :data
15
16
  #
16
- def activate_stocked_user_form(flow_id, return_url, user_no, auth_list='', check_type='LIMIT')
17
+ def activate_stocked_user_form(flow_id, return_url, user_no, auth_list='', fail_time='', amount='', check_type='LIMIT', card_change='UNMOD')
17
18
  service = 'ACTIVATE_STOCKED_USER'
18
19
 
19
20
  params = {
@@ -22,6 +23,9 @@ module Lanmao
22
23
  authList: auth_list,
23
24
  redirectUrl: return_url,
24
25
  checkType: check_type,
26
+ cardChange: card_change,
27
+ failTime: fail_time,
28
+ amount: amount,
25
29
  }
26
30
 
27
31
  res = get_form_data(service, params)
@@ -9,9 +9,9 @@ module Lanmao
9
9
  # * :method
10
10
  # * :url
11
11
  # * :form_data
12
- # * :data #
13
- def user_authorization_form(user_no, request_no, auth_list, redirect_url)
14
-
12
+ # * :data
13
+ #
14
+ def user_authorization_form(user_no, request_no, auth_list, redirect_url, fail_time='', amount='')
15
15
  service = 'USER_AUTHORIZATION'
16
16
 
17
17
  params = {
@@ -19,6 +19,8 @@ module Lanmao
19
19
  requestNo: request_no,
20
20
  authList: auth_list,
21
21
  redirectUrl: redirect_url,
22
+ failTime: fail_time,
23
+ amount: amount,
22
24
  }
23
25
 
24
26
  res = get_form_data(service, params)
@@ -1,3 +1,3 @@
1
1
  module Lanmao
2
- VERSION = "0.7.0"
2
+ VERSION = "0.8.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lanmao
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - tony
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-06 00:00:00.000000000 Z
11
+ date: 2018-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler