wang hou sheng 8 months ago
parent 978f8386b9
commit 97cf940e23
  1. 7
      app/api/controller/Wxserver.php

@ -10,6 +10,13 @@ use think\db\exception\ModelNotFoundException;
class Wxserver extends BaseController
{
public function index()
{
$obj = new \app\common\library\wxserver\Server();
$obj->getVersioninfo('wxe3ed157849bd07b5');
return $this->renderSuccess('success');
}
public function verifyTicket()
{
$xmlData = file_get_contents("php://input");

Loading…
Cancel
Save