林琦海 преди 5 години
родител
ревизия
615da47df8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      biz-ghs/ws/services/WsService.php

+ 1 - 1
biz-ghs/ws/services/WsService.php

@@ -24,7 +24,7 @@ class WsService
                 $file =time().rand(10000,999999).'.mp3';
                 $filePath = 'tmp/arrival/money/'.$file;
                 oss::uploadTmpAudio($filePath,$audio);
-                $url = 'https://oss-cn-hangzhou.aliyuncs.com/'.$filePath;
+                $url = 'https://hhb-tmp-audio.oss-cn-hangzhou.aliyuncs.com/'.$filePath;
                 // $audio = base64_encode($audio);
                 $data = ['type' => 'money','url'=>$url, 'msg' => $msg,'money'=>$money];
                 $dataString = json_encode($data);