lanmao 0.12.0 → 0.13.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: ec1b50001eaf25787977eb60ea0621c2d9cb371e
4
- data.tar.gz: d14495939be0475eb6f4891d33e4d9a2742dced6
3
+ metadata.gz: 0d7ccabb9e152423da56e4d66cd1cd0000216ca3
4
+ data.tar.gz: d51e7f4f8a71fc897d6259c62589838e2bd0345c
5
5
  SHA512:
6
- metadata.gz: f99f5f17bef1bf0b63f6ea928050da6feed4056ae8c96911290b5d716d668c7594cefb3f789347d72a7ddbc65976216f8aa3bd48398f68212ae79fbe0792ee07
7
- data.tar.gz: 123c9ca00aa501269d5a9de62e6e73295a71d1eb863f177317379e85188e51508fb0a3c868b2794500f170d3aa63024e000f88efbf1d8eab5d265a0742beec7e
6
+ metadata.gz: cfd41e21ad99f5bd8635df3a1cf7cf442ef78cb7a6ed054c1a8e77519501ee64708c73aba1d303d051b6881924a450994e32a3438f1c1cae915375536de351d6
7
+ data.tar.gz: 74712aae540b3d3d72859c0b7c4965eb4389aa7c1c2aeaa182003dfdc5b768668c77ad751ac13698be5e8ea9eaeb73552e1c6dafe87637f1ca930b9bc671d93a
data/.travis.yml CHANGED
@@ -2,7 +2,7 @@ language: ruby
2
2
  rvm:
3
3
  - 2.3.1
4
4
  before_install:
5
- - cp spec/support/config/config.uat.yml spec/support/config/config.yml
5
+ - cp spec/support/config/config.sit.yml spec/support/config/config.yml
6
6
  notifications:
7
7
  email:
8
8
  on_success: always
@@ -16,8 +16,7 @@ module Lanmao
16
16
  # * :order_no [String] 订单号
17
17
  # * :amount [Number] 金额
18
18
  #
19
- def personal_bind_bankcard_expand_form(flow_id, redirect_url, platform_user_no, check_type="LIMIT", bind_type="UPDATE_BANKCARD")
20
-
19
+ def personal_bind_bankcard_expand_form(flow_id, redirect_url, platform_user_no, phone='', bankcard_no='',check_type="LIMIT", bind_type="UPDATE_BANKCARD")
21
20
  service = "PERSONAL_BIND_BANKCARD_EXPAND"
22
21
  params = {
23
22
  requestNo: flow_id,
@@ -25,6 +24,8 @@ module Lanmao
25
24
  platformUserNo: platform_user_no,
26
25
  checkType: check_type,
27
26
  bindType: bind_type,
27
+ mobile: phone,
28
+ bankcardNo: bankcard_no,
28
29
  }
29
30
 
30
31
  res = get_form_data(service, params)
@@ -1,3 +1,3 @@
1
1
  module Lanmao
2
- VERSION = "0.12.0"
2
+ VERSION = "0.13.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.12.0
4
+ version: 0.13.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-12 00:00:00.000000000 Z
11
+ date: 2018-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -136,7 +136,7 @@ dependencies:
136
136
  - - "~>"
137
137
  - !ruby/object:Gem::Version
138
138
  version: '1.8'
139
- description: "新网银行的存管实现"
139
+ description: 新网银行的存管实现
140
140
  email:
141
141
  - gandalf@omniaccount.com
142
142
  executables: []
@@ -234,8 +234,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
234
234
  version: '0'
235
235
  requirements: []
236
236
  rubyforge_project:
237
- rubygems_version: 2.4.5.1
237
+ rubygems_version: 2.6.14
238
238
  signing_key:
239
239
  specification_version: 4
240
- summary: "懒猫存管系统 SDK"
240
+ summary: 懒猫存管系统 SDK
241
241
  test_files: []