請在此詳細描述你所遇到的問題
【產品名稱】:CRMEB多商戶版
【產品版本】:v2.1
【部署方式】:win11
【部署環境】:本地環境
【php版本】:7.3
【Mysql版本】:5.7
【使用終端】:小程序
剛部署的測試環境,對應的參數都已經配置,公眾號端測試功能都正常,把小程序代碼從管理后臺打包,導入到開發者工具里調試,獲取授權這些都ok,提交訂單后喚起微信支付的時候報錯:
{"status":200,"message":"file_get_contents(): read of 8192 bytes failed with errno=21 Is a directory","data":{"status":"error","result":{"order_id":"5"}}}
請求地址是: https://crmeb-test.abc.com/api/v2/order/create
提交body如下:
{"cart_id":["5"],"address_id":2,"use_coupon":{"0":[],"2":[]},"pay_type":"routine","mark":{},"order_type":0,"key":"f7b19baa721e3bacb32ecb245325c49e2","takes":[],"use_integral":false,"receipt_data":{},"extend":[],"post":{"real_name":"張三","phone":"135****6886"}}
這個要怎么處理呢