bug修复
This commit is contained in:
parent
fd44965f8a
commit
e4f049455c
|
|
@ -45,10 +45,6 @@ class CashController extends Frontend
|
|||
*/
|
||||
public function withdraw()
|
||||
{
|
||||
DatabaseRoute::getDb('tb_user', 25182, true)->insert([
|
||||
'user_id' => 25182
|
||||
]);
|
||||
$this->success();
|
||||
$amount = $this->request->get('amount');
|
||||
$isAlipay = $this->request->get('isAlipay');
|
||||
$userId = $this->getUserId();
|
||||
|
|
|
|||
Loading…
Reference in New Issue