dever 6 年之前
父节点
当前提交
e61375021f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      act/lib/Pay.php

+ 1 - 0
act/lib/Pay.php

@@ -38,6 +38,7 @@ class Pay
             $send['pay_tk_time'] = Dever::param('tk_time', $data);
             $send['pay_tk_desc'] = Dever::param('tk_desc', $data);
             $send['pay_account_id'] = $account_id;
+            $send['pay_cash'] = $info['cash'];
             $send['pay_status'] = $status;
             $send['dever_token'] = $this->key;