shaoguo 1 年之前
父節點
當前提交
43119877d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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";