Commit 9c2a7868 authored by zhoujun's avatar zhoujun

调试钉钉

parent 9dc0a3e7
......@@ -50,7 +50,7 @@ class ApkService implements IApkService
$row->name = $postData['name'];
$row->version = $postData['version'];
$row->file_url = '';
$row->local_url = env('UPLOAD_PATH').$postData['apk'];
$row->local_url = env('UPLOAD_PATH').'/'.$postData['apk'];
$md5 = MD5($this->time.$row->file_url.$row->local_url.$this->time);
$row->down_url = '';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment