shaoguo 1 year ago
parent
commit
43119877d0
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

@@ -94,7 +94,7 @@ class Wxfy
         $a = "<?xml version=\"1.0\" encoding=\"GBK\" standalone=\"yes\"?><xml>" . $this->toXml($data) . "</xml>";
 //
 //        //经过两次urlencode()之后的字符串
-        $b = "req=" .$a;
+       // $b = "req=" .$a;
 
         //通过curl的post方式发送接口请求
         $url = "https://spay-mc.fuioupay.com/wxPreCreate";