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 +4 -4
- data/.travis.yml +1 -1
- data/lib/lanmao/form/account/personal_bind_bankcard_expand_form.rb +3 -2
- data/lib/lanmao/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d7ccabb9e152423da56e4d66cd1cd0000216ca3
|
|
4
|
+
data.tar.gz: d51e7f4f8a71fc897d6259c62589838e2bd0345c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfd41e21ad99f5bd8635df3a1cf7cf442ef78cb7a6ed054c1a8e77519501ee64708c73aba1d303d051b6881924a450994e32a3438f1c1cae915375536de351d6
|
|
7
|
+
data.tar.gz: 74712aae540b3d3d72859c0b7c4965eb4389aa7c1c2aeaa182003dfdc5b768668c77ad751ac13698be5e8ea9eaeb73552e1c6dafe87637f1ca930b9bc671d93a
|
data/.travis.yml
CHANGED
|
@@ -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)
|
data/lib/lanmao/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
237
|
+
rubygems_version: 2.6.14
|
|
238
238
|
signing_key:
|
|
239
239
|
specification_version: 4
|
|
240
|
-
summary:
|
|
240
|
+
summary: 懒猫存管系统 SDK
|
|
241
241
|
test_files: []
|