Kirin 1 rok temu
rodzic
commit
2c274305ab
1 zmienionych plików z 7 dodań i 7 usunięć
  1. 7 7
      crmeb/services/WithdrawService.php

+ 7 - 7
crmeb/services/WithdrawService.php

@@ -14,15 +14,15 @@ use think\Exception;
 
 class WithdrawService
 {
-    static $url = 'https://testshuichou.zhuoyankeji.com';
-    //    static $url = 'https://api.yeeshui.com';
+//    static $url = 'https://testshuichou.zhuoyankeji.com';
+    static $url = 'https://api.yeeshui.com';
     static $token;
-    static $user_name = '星领测试';
+    static $user_name = '浙江神英';
     static $password = '123456';
-    static $secret = '2a879ac637d65ced5ed5892e1bf82e4c';
-    static $aeskey = '37d65ced5ed5892e';
-    static $crowd_id = '12882';
-    static $resolve_id = '2999';
+    static $secret = '56e6fded2e9d6e534656a2493d0bebba';
+    static $aeskey = '2e9d6e534656a249';
+    static $crowd_id = '15587';
+    static $resolve_id = '7021';
 
 
     public function __construct($token)