dever 3 年之前
父节点
当前提交
791fd2b962
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      app/shop/lib/Refund.php

+ 1 - 3
app/shop/lib/Refund.php

@@ -340,8 +340,6 @@ class Refund
                 $config = Dever::db($this->order_table)->config;
                 $user = Dever::db('passport/wechat')->one(array('uid' => $data['uid'], 'system_id' => 1, 'system_source' => 5));
                 if ($user && $user['openid']) {
-                    $data['status_name'] = $config['status'][$data['status']];
-                    $msg = '';
                     $send = array
                     (
                         'character_string1' => array
@@ -350,7 +348,7 @@ class Refund
                         ),
                         'amount3' => array
                         (
-                            'value' => $info['cash'] . '元',
+                            'value' => $refund_cash . '元',
                         ),
                         'thing7' => array
                         (