Skip to content

Commit

Permalink
V1.7.2版本
Browse files Browse the repository at this point in the history
  • Loading branch information
szvone committed May 12, 2019
1 parent 75fdf27 commit 9388fe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ V免签为完全开源项目,开源项目意味着作者没有任何收入来
+ 服务端修复一堆BUG,建议更新到此版本

+ v1.1.1(2019.04.19)
+ 【修复】后台点击补单,补单成功订单未设置成成功状态
+ 【修复】后台首页金额统计保留两位小数
+ 【修复】修改系统设置引发的监控端状态重置问题
+ 【新增】创建订单API接口增加notifyUrl和returnUrl参数,可以在创建订单的时候设置回调接口
+ 修复后台点击补单,补单成功订单未设置成成功状态
+ 修复后台首页金额统计保留两位小数
+ 修复修改系统设置引发的监控端状态重置问题
+ 新增创建订单API接口增加notifyUrl和returnUrl参数,可以在创建订单的时候设置回调接口

+ v1.1(2019.04.18)
+ 打包thinkphp框架上传
Expand Down
2 changes: 1 addition & 1 deletion application/index/controller/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ public function checkOrder()

$url = $res['return_url'];



if (strpos($url,"?")===false){
$url = $url."?".$p;
Expand Down

0 comments on commit 9388fe9

Please sign in to comment.