|
@@ -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
|
|
|
(
|