Skip to content

Commit

Permalink
公众号支付
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemao authored Nov 22, 2017
1 parent 664d230 commit 041baaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jsapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ public static function arrayToXml($arr)
$xml .= "<" . $key . "><![CDATA[" . $val . "]]></" . $key . ">";
}
$xml .= "</xml>";
file_put_contents('1.txt',$xml);
return $xml;
}

Expand Down Expand Up @@ -304,4 +303,4 @@ protected static function formatQueryParaMap($paraMap, $urlEncode = false)
return $reqPar;
}
}
?>
?>

0 comments on commit 041baaf

Please sign in to comment.