|
@@ -19,6 +19,7 @@ use App\Services\IssueService;
|
|
|
use App\Services\GameplayRuleService;
|
|
use App\Services\GameplayRuleService;
|
|
|
use App\Models\Config;
|
|
use App\Models\Config;
|
|
|
use App\Services\ConfigService;
|
|
use App\Services\ConfigService;
|
|
|
|
|
+use App\Services\Payment\SanJinService;
|
|
|
|
|
|
|
|
class Wallet extends Controller
|
|
class Wallet extends Controller
|
|
|
{
|
|
{
|
|
@@ -277,9 +278,11 @@ class Wallet extends Controller
|
|
|
// $url = "https://ydpc28.co/api/pc28/list";
|
|
// $url = "https://ydpc28.co/api/pc28/list";
|
|
|
// $result = file_get_contents($url);
|
|
// $result = file_get_contents($url);
|
|
|
// $result = json_decode($result,true);
|
|
// $result = json_decode($result,true);
|
|
|
- $awards = IssueService::award([7,7,7]);
|
|
|
|
|
- $result = BetService::betSettled2('3356003',$awards);
|
|
|
|
|
|
|
+ // $awards = IssueService::award([7,7,7]);
|
|
|
|
|
+ // $result = BetService::betSettled2('3356003',$awards);
|
|
|
// $result = IssueService::sendLotteryImage($memberId, 3356000);
|
|
// $result = IssueService::sendLotteryImage($memberId, 3356000);
|
|
|
|
|
+
|
|
|
|
|
+ $result = SanJinService::findBalance();
|
|
|
echo "<pre>";
|
|
echo "<pre>";
|
|
|
var_dump($result);
|
|
var_dump($result);
|
|
|
}
|
|
}
|