提交 ca10776e 编写于 作者: 李光春's avatar 李光春

## v6.0.121 / 2020-11-12

- 修复缴费平台接口
上级 1bc81c1d
## v6.0.121 / 2020-11-12
- 修复缴费平台接口
## v6.0.120 / 2020-11-03
- 京东联盟、淘宝联盟、拼多多联盟支持自定义接口
......
......@@ -25,7 +25,7 @@ use DtApp\ThinkLibrary\service\SystemService;
/**
* 定义当前版本
*/
const VERSION = '6.0.120';
const VERSION = '6.0.121';
if (!function_exists('get_ip_info')) {
/**
......
......@@ -93,7 +93,7 @@ class EJiAoFei extends Service
public function chongZhi(string $orderid, int $face, string $account, int $amount = 1): self
{
$this->method = 'chongzhi_jkorders';
$this->param = "userid={$this->userid}&pwd={$this->pwd}&orderid={$orderid}&account={$account}&face={$face}&amount={$amount}";
$this->param = "userid={$this->userid}&pwd={$this->pwd}&orderid={$orderid}&face={$face}&account={$account}&amount={$amount}";
return $this;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册