@@ -1000,8 +1000,8 @@ class Pay extends Api
MoneyLog::create(['user_id' => $v['uid'], 'money' => $value2, 'before' => $user_info['money'], 'after' => $money, 'memo' => '用户bsc余额充值']);
}
- sleep(5);
+ $this->success('查询完成');
public function test()