add clear

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