allen hace 3 años
padre
commit
ca5d502547
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/service/WeiboService.php

+ 1 - 1
app/service/WeiboService.php

@@ -231,7 +231,7 @@ class WeiboService
     {
         if (env('weibo.mock') == 1) {
             return [
-                'code' => 10000,
+                'ok' => 1,
                 'msg' => '操作成功',
                 'data' => [
                     'uid' => mt_rand(1000, 9999),