lhj-tools 0.1.93 → 0.1.95

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
  SHA256:
3
- metadata.gz: 115aebfec75b2f30347ce7250775845cdddf564c39ad2962f826562f499002cf
4
- data.tar.gz: 81c289943888655414990f2d434ccdf6faceddceeaed04e48114f8fa61765a6b
3
+ metadata.gz: 55b9242149da893982e764986c573ac7fb0d44b22500e36e980e9b83fa195054
4
+ data.tar.gz: b8345388b62ab38bd0f689269233703bce75eaec0e57b7683f5c1cb776c33e1d
5
5
  SHA512:
6
- metadata.gz: d94dbc557c3e4ed53186da719aab95a644488f4d1ad3c58c5159480d9afc4800bd415c1d67e8b9a250b12b11b02564019dc50f55cffd85f3b99e446e0cbb8f51
7
- data.tar.gz: 0da665c6a9eb3184c37495a20e2f42fecbdb2e16961d4a2ae4b84ea4df46f28cc481fe8f56a3f5253c60efaf3c07cb06991e8f11c51232a234c964fb00ed777a
6
+ metadata.gz: 9b8fa34d2a6941d63ceea2ef5449b98ce483ab6aa114d7f4fd63ae2ccbba54d32a19055fe0b5f461ad2ed821a2501329893b339519d6b00a3cba2d933255604b
7
+ data.tar.gz: e69802cb604ec9cfed945bd02fc8a88c640441d9fbcf71a13ab667085828fe561f5733c3a44e08178f8109f0826c973d6dfad85dd4da5db76d681f7e15a27b26
@@ -57,9 +57,9 @@ module Lhj
57
57
  {
58
58
  'msgtype' => 'actionCard',
59
59
  'actionCard' => { 'title' => title,
60
- 'text' => message },
61
- 'btnOrientation' => btn_orientation,
62
- 'btns' => btns
60
+ 'text' => message,
61
+ 'btnOrientation' => btn_orientation,
62
+ 'btns' => btns }
63
63
  }.to_json
64
64
  end
65
65
 
@@ -110,7 +110,7 @@ module Lhj
110
110
  end
111
111
 
112
112
  def app_download_url
113
- "https://www.pgyer.com/#{@result['appShortcutUrl']}"
113
+ "https://www.pgyer.com/#{@result['data']['appShortcutUrl']}"
114
114
  end
115
115
  end
116
116
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Lhj
4
4
  module Tools
5
- VERSION = "0.1.93"
5
+ VERSION = "0.1.95"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lhj-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.93
4
+ version: 0.1.95
5
5
  platform: ruby
6
6
  authors:
7
7
  - lihaijian