shaoguo 10 months ago
parent
commit
e476a766a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Lib/Weixin/Wxfy.class.php

+ 1 - 1
Modules/Lib/Weixin/Wxfy.class.php

@@ -110,7 +110,7 @@ class Wxfy
             dump($a);
              die(var_dump($data));
         }
-        return $a;
+        return json_encode($data);
         return $this->SendDataByCurl($url, $b);
     }