Files
dafuweng/config/jp-sms.php
2026-03-02 13:44:38 +08:00

11 lines
214 B
PHP

<?php
return [
'appkey' => 'Ybz2h8',
'appcode' => '1000',
'appsecret' => 'iny93x',
'domain' => 'http://47.242.85.7:9090',
'batchSend' => '/sms/batch/v2',
'balance' => '/sms/balance/v1',
];