微信支付統一下單post資料後,沒有返回值

2022-09-09 21:00:35 字數 561 閱讀 7499

mch_id

websdmmxj4xg1kcpkt1aayiofptwe5ycjjl

acdeb73b471195d9d0b9dde5fd70abdf

md5jsapi支付

**20200115110000000001

cny1

119.176.171.224

1579074263

1579074263

jsapi

openid

以下是提交**:

function postorder($orderxml)

//post提交方式

curl_setopt($ch, curlopt_post, true);

curl_setopt($ch, curlopt_postfields, $orderxml);

//執行curl

$data = curl_exec($ch);

curl_close($ch);

return $data;

//返回結果

但是執行之後,沒有返回值,在網上查閱了很多的資料,都沒有解決問題。

微信支付之前的統一下單

1.客戶下單,該單據儲存在自己的庫存中 1.統一下單介面講解 統一下單介面 欄位名變數名 必填型別 示例值描述 公眾賬號id 是string 32 wxd678efh567hg6787 商戶號mch id 是string 32 1230000109 裝置號device info 否string 32...

C 微信支付統一下單 APP支付介面

第二坑 packagestr 這個東西必須要加上 sign wxpay 把 這些工作做完了 現在我們看 下面的 本人親自 測試完全沒問題 直接可以用 只要你的上面的配置沒問題 public string notifyurl 支付類建構函式,三個關鍵引數缺一不可,均不能為空 總金額,單位 分,不能為空...

微信APP統一下單

一 下單方法 param params 下單引數 public function unifiedorder params result this xml to data response if empty result result code empty result err code return...