浏览代码

兑换详情

afa 6 月之前
父节点
当前提交
1de0ff0179
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      application/api/controller/Exchange.php

+ 1 - 2
application/api/controller/Exchange.php

@@ -58,9 +58,8 @@ class Exchange extends Api
                 'is_token' => $welfare['is_token'],
                 'token_name' => $welfare['token_name'],
                 'token_num' => round($welfare['token_num'], 2),
-                'describe'  => $welfare['describe']
             ];
-            $this->success('ok', $data_info);
+            $this->success('ok', ['data'=>$data_info, 'desc'=> $welfare['describe']]);
       }