Browse Source

会员升级

Kirin 2 years ago
parent
commit
883446f6b3
1 changed files with 5 additions and 5 deletions
  1. 5 5
      crmeb/services/WithdrawService.php

+ 5 - 5
crmeb/services/WithdrawService.php

@@ -11,13 +11,13 @@ namespace crmeb\services;
 
 class WithdrawService
 {
-    static $url = 'http://testshuichou.zhuoyankeji.com';
+    static $url = 'https://testshuichou.zhuoyankeji.com';
     //    static $url = 'https://api.yeeshui.com';
     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()