add clear

This commit is contained in:
2021-01-30 17:29:35 +08:00
parent ae3c9ea077
commit ee82e3b592
+1 -1
View File
@@ -66,7 +66,7 @@ class Recharge extends SmallProgram
}
return new Result($return);
});
return $this->send('https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi', $this->builder());
return $this->send($this->uniformed, $this->builder());
}
/**