third_party_wxa 0.2.6 → 0.2.7

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
  SHA256:
3
- metadata.gz: 1442512f1b53cf7b09e4dbf866e7e3e6d3563d2cc59b89b8b2b89ca7b71f77cb
4
- data.tar.gz: '08a85fd5e8a547e5651928718e130e6babe929a6040076a3c0b071ede54c733c'
3
+ metadata.gz: a6aab85be093184477142b54e1b0e1f8463ba70027ef1aa3321c89edfd0c31cb
4
+ data.tar.gz: 34eea3b4fb7d6fcb89432ac968dd24240d07ff98282398e15d0d94151c172a53
5
5
  SHA512:
6
- metadata.gz: e07263c368396fc66bbafe88a1fcf659c726b45587264b977504ffcaa958e98599b0fbdfcc6d50d97f73f4ed716b74d29bb109784fe9edb33c07dd9149de86a8
7
- data.tar.gz: 6cb13cee68c5e04442395a0e10d34651d09f970ad51d6fc0023f15386abd1bb72cb8da57ebbb81a199edc31c1ca7b4cc1d25c9cc3893c5a2707cdf9cb37e9674
6
+ metadata.gz: fce0f0ad4135c95366573e535366a01f8252f1ae270859c5698edc66461e4fe72be3ad45082f41911a5f18ab49663676808978e1aefa7b7e8b90e06b0c3cfcbb
7
+ data.tar.gz: e09859fa4913fc252839d1d3fe581b26f70ce57e8f5cbc7cf77522c4354994f419a2e1b0ab308c9f5a8c26c3a0da0df38741a636cea3adb13b7c610544530699
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- third_party_wxa (0.2.6)
4
+ third_party_wxa (0.2.7)
5
5
  activesupport
6
6
  json (>= 1.8.6)
7
7
  redis
@@ -15,12 +15,12 @@ module ThirdPartyWxa
15
15
 
16
16
  # 将草稿箱的草稿选为小程序代码模版
17
17
  def add_to_template(draft_id)
18
- http_post 'wxa', 'addtotemplate', {draft_id: draft_id}.to_json
18
+ http_post 'wxa', 'addtotemplate', {draft_id: draft_id}
19
19
  end
20
20
 
21
21
  # 删除指定小程序代码模版
22
22
  def delete_template(template_id)
23
- http_post 'wxa', 'deletetemplate', {template_id: template_id}.to_json
23
+ http_post 'wxa', 'deletetemplate', {template_id: template_id}
24
24
  end
25
25
 
26
26
 
@@ -1,3 +1,3 @@
1
1
  module ThirdPartyWxa
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: third_party_wxa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - hzy
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-08 00:00:00.000000000 Z
11
+ date: 2019-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client