Commit 5744adee by 朱继来

删除重复测试账号

parent 4122ed9d
Showing with 0 additions and 14 deletions
...@@ -1237,20 +1237,6 @@ Class OrderController extends Controller ...@@ -1237,20 +1237,6 @@ Class OrderController extends Controller
return $response; return $response;
} }
// 测试帐号
public function testMobile()
{
$testId = array();
$user = DB::connection('order')->table('lie_user_main')->select('user_id')->where(['is_test' => 1])->get();
foreach ($user as $k => $v) {
$testId[$k] = $v->user_id;
}
return $testId;
}
// 检查订单付款时间 (状态) // 检查订单付款时间 (状态)
public function checkOrderPay() public function checkOrderPay()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment