...
|
...
|
@@ -5,6 +5,7 @@ namespace app\index\controller; |
|
|
use app\common\controller\Frontend;
|
|
|
use RongCloud\Lib\Utils;
|
|
|
use RongCloud\RongCloud;
|
|
|
use think\Cache;
|
|
|
use think\Db;
|
|
|
use think\Log;
|
|
|
|
...
|
...
|
@@ -140,6 +141,7 @@ class Index extends Frontend |
|
|
|
|
|
public function callback() {
|
|
|
$param = $this->request->param();
|
|
|
Cache::set('aaa',$param);
|
|
|
Log::write(date('Y-m-d H:i') . '成功,返回结果:' . json_encode($param, JSON_UNESCAPED_UNICODE), 'rongyun_msg');
|
|
|
return json_encode(['code'=>200,'msg'=>'成功']);exit;
|
|
|
}
|
...
|
...
|
|