This commit is contained in:
2018-07-19 18:48:36 +08:00
parent 837f6285f8
commit e329401a0a
5 changed files with 28 additions and 11 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ class Recharge extends Base
$this->money = $money;
$this->orderNo = $orderNo;
$this->data['openid'] = $openId;
return http::post($this->createPayUrl(), $this->builder(),
return Http::post($this->createPayUrl(), $this->builder(),
function ($result, $body) use ($_this) {
$data = $_this->toArray($result);
if(isset($data['sign'])){