Browse Source

更新

master
453530270@qq.com 2 years ago
parent
commit
ef74853dcc
  1. 5
      app/Services/UserWalletService.php

5
app/Services/UserWalletService.php

@ -378,6 +378,11 @@ class UserWalletService
}
}
# 提币验证码
public function mscode($user){
return $this->successWithData(Captcha::create("math", true));
}
#提币
public function withdraw($user_id, $coin_id, $address, $amount, $address_note, $address_type)
{

Loading…
Cancel
Save