feat : city
This commit is contained in:
@@ -128,10 +128,13 @@ class OssCallbackService
|
|||||||
*/
|
*/
|
||||||
public function process(): array
|
public function process(): array
|
||||||
{
|
{
|
||||||
try {
|
|
||||||
//记录回调内容
|
//记录回调内容
|
||||||
$this->filePutContents();
|
$this->filePutContents();
|
||||||
|
|
||||||
|
return $this->adminReturn->success('上传成功');
|
||||||
|
try {
|
||||||
|
|
||||||
|
|
||||||
//检测直传type
|
//检测直传type
|
||||||
$this->checkType();
|
$this->checkType();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user