作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

... ... @@ -103,7 +103,6 @@ class WeixinPay {
private function weixinapp() {
//统一下单接口
$unifiedorder = $this->unifiedorder();
dump($unifiedorder);
$parameters = array(
'appId' => $this->appid, //小程序ID
'timeStamp' => ''.time().'', //时间戳
... ...