|
@@ -11,13 +11,13 @@ namespace crmeb\services;
|
|
|
|
|
|
|
|
class WithdrawService
|
|
class WithdrawService
|
|
|
{
|
|
{
|
|
|
- static $url = 'http://testshuichou.zhuoyankeji.com';
|
|
|
|
|
|
|
+ static $url = 'https://testshuichou.zhuoyankeji.com';
|
|
|
// static $url = 'https://api.yeeshui.com';
|
|
// static $url = 'https://api.yeeshui.com';
|
|
|
static $token;
|
|
static $token;
|
|
|
- static $user_name = '';
|
|
|
|
|
- static $password = '';
|
|
|
|
|
- static $secret = '';
|
|
|
|
|
- static $aeskey = '';
|
|
|
|
|
|
|
+ static $user_name = '星领测试';
|
|
|
|
|
+ static $password = '123456';
|
|
|
|
|
+ static $secret = '2a879ac637d65ced5ed5892e1bf82e4c';
|
|
|
|
|
+ static $aeskey = '37d65ced5ed5892e';
|
|
|
|
|
|
|
|
|
|
|
|
|
public static function init()
|
|
public static function init()
|