@@ -828,6 +828,7 @@ class Money extends Common
*/
public function exchange()
{
+ $this->error('接口作废');
exit;//作废
// 接口防并发
if (!$this->apiLimit(1, 1000)) {
@@ -20,6 +20,7 @@ class UserMoneyLog extends Model
public function addRecord($user_id, $value, $mode = "+", $before = 0, $detail = "")
+ abort(500,'接口作废');return false;
if (!$user_id || !$value) {
return false;
}