|
@@ -196,16 +196,6 @@ class Common extends Api |
|
@@ -196,16 +196,6 @@ class Common extends Api |
196
|
}
|
196
|
}
|
197
|
}
|
197
|
}
|
198
|
|
198
|
|
199
|
- //活动定时任务
|
|
|
200
|
- public function Controb()
|
|
|
201
|
- {
|
|
|
202
|
- Db::name('huodong_money')->where('id', 'NEQ', 0)->update(
|
|
|
203
|
- [
|
|
|
204
|
- 'tixian_money' => 200,
|
|
|
205
|
- 'type' => 0
|
|
|
206
|
- ]
|
|
|
207
|
- );
|
|
|
208
|
- }
|
|
|
209
|
|
199
|
|
210
|
//拉取新订单
|
200
|
//拉取新订单
|
211
|
public function PullOrder()
|
201
|
public function PullOrder()
|
|
@@ -357,7 +347,16 @@ class Common extends Api |
|
@@ -357,7 +347,16 @@ class Common extends Api |
357
|
$Info = Db::name('area')->where('pid', $Pid)->select();
|
347
|
$Info = Db::name('area')->where('pid', $Pid)->select();
|
358
|
$this->success('成功', $Info);
|
348
|
$this->success('成功', $Info);
|
359
|
}
|
349
|
}
|
360
|
-
|
350
|
+ //活动定时任务
|
|
|
351
|
+ public function Controb()
|
|
|
352
|
+ {
|
|
|
353
|
+ Db::name('huodong_money')->where('id', 'NEQ', 0)->update(
|
|
|
354
|
+ [
|
|
|
355
|
+ 'tixian_money' => 200,
|
|
|
356
|
+ 'type' => 0
|
|
|
357
|
+ ]
|
|
|
358
|
+ );
|
|
|
359
|
+ }
|
361
|
|
360
|
|
362
|
//定时任务
|
361
|
//定时任务
|
363
|
public function OverTime()
|
362
|
public function OverTime()
|