songxingwei 4 years ago
parent
commit
c8b2171ea6
100 changed files with 5 additions and 0 deletions
  1. 0 0
      application/common/library/WxService.php
  2. 4 0
      application/common/model/ElectPool.php
  3. BIN
      public/apidoc/favicon.ico
  4. 1 0
      public/apidoc/index.html
  5. BIN
      public/apidoc/logo.png
  6. 0 0
      public/apidoc/static/css/app.d65fcd89.css
  7. 0 0
      public/apidoc/static/css/chunk-vendors.39c71c89.css
  8. 0 0
      public/apidoc/static/js/app.9ecb1b87.js
  9. 0 0
      public/apidoc/static/js/chunk-vendors.52db4364.js
  10. 0 0
      thinkphp/.gitignore
  11. 0 0
      thinkphp/.htaccess
  12. 0 0
      thinkphp/CONTRIBUTING.md
  13. 0 0
      thinkphp/LICENSE.txt
  14. 0 0
      thinkphp/README.md
  15. 0 0
      thinkphp/base.php
  16. 0 0
      thinkphp/composer.json
  17. 0 0
      thinkphp/convention.php
  18. 0 0
      thinkphp/helper.php
  19. 0 0
      thinkphp/lang/zh-cn.php
  20. 0 0
      thinkphp/library/think/App.php
  21. 0 0
      thinkphp/library/think/Build.php
  22. 0 0
      thinkphp/library/think/Cache.php
  23. 0 0
      thinkphp/library/think/Collection.php
  24. 0 0
      thinkphp/library/think/Config.php
  25. 0 0
      thinkphp/library/think/Console.php
  26. 0 0
      thinkphp/library/think/Container.php
  27. 0 0
      thinkphp/library/think/Controller.php
  28. 0 0
      thinkphp/library/think/Cookie.php
  29. 0 0
      thinkphp/library/think/Db.php
  30. 0 0
      thinkphp/library/think/Debug.php
  31. 0 0
      thinkphp/library/think/Env.php
  32. 0 0
      thinkphp/library/think/Error.php
  33. 0 0
      thinkphp/library/think/Exception.php
  34. 0 0
      thinkphp/library/think/Facade.php
  35. 0 0
      thinkphp/library/think/File.php
  36. 0 0
      thinkphp/library/think/Hook.php
  37. 0 0
      thinkphp/library/think/Lang.php
  38. 0 0
      thinkphp/library/think/Loader.php
  39. 0 0
      thinkphp/library/think/Log.php
  40. 0 0
      thinkphp/library/think/Middleware.php
  41. 0 0
      thinkphp/library/think/Model.php
  42. 0 0
      thinkphp/library/think/Paginator.php
  43. 0 0
      thinkphp/library/think/Process.php
  44. 0 0
      thinkphp/library/think/Request.php
  45. 0 0
      thinkphp/library/think/Response.php
  46. 0 0
      thinkphp/library/think/Route.php
  47. 0 0
      thinkphp/library/think/Session.php
  48. 0 0
      thinkphp/library/think/Template.php
  49. 0 0
      thinkphp/library/think/Url.php
  50. 0 0
      thinkphp/library/think/Validate.php
  51. 0 0
      thinkphp/library/think/View.php
  52. 0 0
      thinkphp/library/think/cache/Driver.php
  53. 0 0
      thinkphp/library/think/cache/driver/File.php
  54. 0 0
      thinkphp/library/think/cache/driver/Lite.php
  55. 0 0
      thinkphp/library/think/cache/driver/Memcache.php
  56. 0 0
      thinkphp/library/think/cache/driver/Memcached.php
  57. 0 0
      thinkphp/library/think/cache/driver/Redis.php
  58. 0 0
      thinkphp/library/think/cache/driver/Sqlite.php
  59. 0 0
      thinkphp/library/think/cache/driver/Wincache.php
  60. 0 0
      thinkphp/library/think/cache/driver/Xcache.php
  61. 0 0
      thinkphp/library/think/config/driver/Ini.php
  62. 0 0
      thinkphp/library/think/config/driver/Json.php
  63. 0 0
      thinkphp/library/think/config/driver/Xml.php
  64. 0 0
      thinkphp/library/think/console/Command.php
  65. 0 0
      thinkphp/library/think/console/Input.php
  66. 0 0
      thinkphp/library/think/console/LICENSE
  67. 0 0
      thinkphp/library/think/console/Output.php
  68. 0 0
      thinkphp/library/think/console/Table.php
  69. 0 0
      thinkphp/library/think/console/bin/README.md
  70. 0 0
      thinkphp/library/think/console/bin/hiddeninput.exe
  71. 0 0
      thinkphp/library/think/console/command/Build.php
  72. 0 0
      thinkphp/library/think/console/command/Clear.php
  73. 0 0
      thinkphp/library/think/console/command/Help.php
  74. 0 0
      thinkphp/library/think/console/command/Lists.php
  75. 0 0
      thinkphp/library/think/console/command/Make.php
  76. 0 0
      thinkphp/library/think/console/command/RouteList.php
  77. 0 0
      thinkphp/library/think/console/command/RunServer.php
  78. 0 0
      thinkphp/library/think/console/command/Version.php
  79. 0 0
      thinkphp/library/think/console/command/make/Command.php
  80. 0 0
      thinkphp/library/think/console/command/make/Controller.php
  81. 0 0
      thinkphp/library/think/console/command/make/Middleware.php
  82. 0 0
      thinkphp/library/think/console/command/make/Model.php
  83. 0 0
      thinkphp/library/think/console/command/make/Validate.php
  84. 0 0
      thinkphp/library/think/console/command/make/stubs/command.stub
  85. 0 0
      thinkphp/library/think/console/command/make/stubs/controller.api.stub
  86. 0 0
      thinkphp/library/think/console/command/make/stubs/controller.plain.stub
  87. 0 0
      thinkphp/library/think/console/command/make/stubs/controller.stub
  88. 0 0
      thinkphp/library/think/console/command/make/stubs/middleware.stub
  89. 0 0
      thinkphp/library/think/console/command/make/stubs/model.stub
  90. 0 0
      thinkphp/library/think/console/command/make/stubs/validate.stub
  91. 0 0
      thinkphp/library/think/console/command/optimize/Autoload.php
  92. 0 0
      thinkphp/library/think/console/command/optimize/Config.php
  93. 0 0
      thinkphp/library/think/console/command/optimize/Route.php
  94. 0 0
      thinkphp/library/think/console/command/optimize/Schema.php
  95. 0 0
      thinkphp/library/think/console/input/Argument.php
  96. 0 0
      thinkphp/library/think/console/input/Definition.php
  97. 0 0
      thinkphp/library/think/console/input/Option.php
  98. 0 0
      thinkphp/library/think/console/output/Ask.php
  99. 0 0
      thinkphp/library/think/console/output/Descriptor.php
  100. 0 0
      thinkphp/library/think/console/output/Formatter.php

+ 0 - 0
application/common/library/WxService.php


+ 4 - 0
application/common/model/ElectPool.php

@@ -571,6 +571,10 @@ class ElectPool Extends Model
         }
     }
 
+
+
+
+
     /**
      * 积分获取联系方式
      */

BIN
public/apidoc/favicon.ico


+ 1 - 0
public/apidoc/index.html

@@ -0,0 +1 @@
+<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><title>apidoc</title><link href=static/css/app.d65fcd89.css rel=preload as=style><link href=static/css/chunk-vendors.39c71c89.css rel=preload as=style><link href=static/js/app.9ecb1b87.js rel=preload as=script><link href=static/js/chunk-vendors.52db4364.js rel=preload as=script><link href=static/css/chunk-vendors.39c71c89.css rel=stylesheet><link href=static/css/app.d65fcd89.css rel=stylesheet></head><body><noscript><strong>We're sorry but apidoc doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=static/js/chunk-vendors.52db4364.js></script><script src=static/js/app.9ecb1b87.js></script></body></html>

BIN
public/apidoc/logo.png


File diff suppressed because it is too large
+ 0 - 0
public/apidoc/static/css/app.d65fcd89.css


File diff suppressed because it is too large
+ 0 - 0
public/apidoc/static/css/chunk-vendors.39c71c89.css


File diff suppressed because it is too large
+ 0 - 0
public/apidoc/static/js/app.9ecb1b87.js


File diff suppressed because it is too large
+ 0 - 0
public/apidoc/static/js/chunk-vendors.52db4364.js


+ 0 - 0
thinkphp/.gitignore


+ 0 - 0
thinkphp/.htaccess


+ 0 - 0
thinkphp/CONTRIBUTING.md


+ 0 - 0
thinkphp/LICENSE.txt


+ 0 - 0
thinkphp/README.md


+ 0 - 0
thinkphp/base.php


+ 0 - 0
thinkphp/composer.json


+ 0 - 0
thinkphp/convention.php


+ 0 - 0
thinkphp/helper.php


+ 0 - 0
thinkphp/lang/zh-cn.php


+ 0 - 0
thinkphp/library/think/App.php


+ 0 - 0
thinkphp/library/think/Build.php


+ 0 - 0
thinkphp/library/think/Cache.php


+ 0 - 0
thinkphp/library/think/Collection.php


+ 0 - 0
thinkphp/library/think/Config.php


+ 0 - 0
thinkphp/library/think/Console.php


+ 0 - 0
thinkphp/library/think/Container.php


+ 0 - 0
thinkphp/library/think/Controller.php


+ 0 - 0
thinkphp/library/think/Cookie.php


+ 0 - 0
thinkphp/library/think/Db.php


+ 0 - 0
thinkphp/library/think/Debug.php


+ 0 - 0
thinkphp/library/think/Env.php


+ 0 - 0
thinkphp/library/think/Error.php


+ 0 - 0
thinkphp/library/think/Exception.php


+ 0 - 0
thinkphp/library/think/Facade.php


+ 0 - 0
thinkphp/library/think/File.php


+ 0 - 0
thinkphp/library/think/Hook.php


+ 0 - 0
thinkphp/library/think/Lang.php


+ 0 - 0
thinkphp/library/think/Loader.php


+ 0 - 0
thinkphp/library/think/Log.php


+ 0 - 0
thinkphp/library/think/Middleware.php


+ 0 - 0
thinkphp/library/think/Model.php


+ 0 - 0
thinkphp/library/think/Paginator.php


+ 0 - 0
thinkphp/library/think/Process.php


+ 0 - 0
thinkphp/library/think/Request.php


+ 0 - 0
thinkphp/library/think/Response.php


+ 0 - 0
thinkphp/library/think/Route.php


+ 0 - 0
thinkphp/library/think/Session.php


+ 0 - 0
thinkphp/library/think/Template.php


+ 0 - 0
thinkphp/library/think/Url.php


+ 0 - 0
thinkphp/library/think/Validate.php


+ 0 - 0
thinkphp/library/think/View.php


+ 0 - 0
thinkphp/library/think/cache/Driver.php


+ 0 - 0
thinkphp/library/think/cache/driver/File.php


+ 0 - 0
thinkphp/library/think/cache/driver/Lite.php


+ 0 - 0
thinkphp/library/think/cache/driver/Memcache.php


+ 0 - 0
thinkphp/library/think/cache/driver/Memcached.php


+ 0 - 0
thinkphp/library/think/cache/driver/Redis.php


+ 0 - 0
thinkphp/library/think/cache/driver/Sqlite.php


+ 0 - 0
thinkphp/library/think/cache/driver/Wincache.php


+ 0 - 0
thinkphp/library/think/cache/driver/Xcache.php


+ 0 - 0
thinkphp/library/think/config/driver/Ini.php


+ 0 - 0
thinkphp/library/think/config/driver/Json.php


+ 0 - 0
thinkphp/library/think/config/driver/Xml.php


+ 0 - 0
thinkphp/library/think/console/Command.php


+ 0 - 0
thinkphp/library/think/console/Input.php


+ 0 - 0
thinkphp/library/think/console/LICENSE


+ 0 - 0
thinkphp/library/think/console/Output.php


+ 0 - 0
thinkphp/library/think/console/Table.php


+ 0 - 0
thinkphp/library/think/console/bin/README.md


+ 0 - 0
thinkphp/library/think/console/bin/hiddeninput.exe


+ 0 - 0
thinkphp/library/think/console/command/Build.php


+ 0 - 0
thinkphp/library/think/console/command/Clear.php


+ 0 - 0
thinkphp/library/think/console/command/Help.php


+ 0 - 0
thinkphp/library/think/console/command/Lists.php


+ 0 - 0
thinkphp/library/think/console/command/Make.php


+ 0 - 0
thinkphp/library/think/console/command/RouteList.php


+ 0 - 0
thinkphp/library/think/console/command/RunServer.php


+ 0 - 0
thinkphp/library/think/console/command/Version.php


+ 0 - 0
thinkphp/library/think/console/command/make/Command.php


+ 0 - 0
thinkphp/library/think/console/command/make/Controller.php


+ 0 - 0
thinkphp/library/think/console/command/make/Middleware.php


+ 0 - 0
thinkphp/library/think/console/command/make/Model.php


+ 0 - 0
thinkphp/library/think/console/command/make/Validate.php


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/command.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/controller.api.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/controller.plain.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/controller.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/middleware.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/model.stub


+ 0 - 0
thinkphp/library/think/console/command/make/stubs/validate.stub


+ 0 - 0
thinkphp/library/think/console/command/optimize/Autoload.php


+ 0 - 0
thinkphp/library/think/console/command/optimize/Config.php


+ 0 - 0
thinkphp/library/think/console/command/optimize/Route.php


+ 0 - 0
thinkphp/library/think/console/command/optimize/Schema.php


+ 0 - 0
thinkphp/library/think/console/input/Argument.php


+ 0 - 0
thinkphp/library/think/console/input/Definition.php


+ 0 - 0
thinkphp/library/think/console/input/Option.php


+ 0 - 0
thinkphp/library/think/console/output/Ask.php


+ 0 - 0
thinkphp/library/think/console/output/Descriptor.php


+ 0 - 0
thinkphp/library/think/console/output/Formatter.php


Some files were not shown because too many files changed in this diff