作者 郭盛
1 个管道 的构建 通过 耗费 11 秒

订单支付回调调试

... ... @@ -288,6 +288,7 @@ class User extends Api
foreach ($shu as &$v){
$id1 = Db::name('video')
->where('keyword','like',"%$v%")
->whereOr('title','like',"%$v%")
->column('id');
foreach ($id1 as $val){
array_push($ids,$val);
... ...