...
|
...
|
@@ -574,24 +574,9 @@ class Index extends Api |
|
|
public function OrderPlayKing()
|
|
|
{
|
|
|
$param = $this->request->param();
|
|
|
// if ($param['type'] == 0) {
|
|
|
// $is_genghuan = 2;
|
|
|
//// $status = 0;
|
|
|
// } else {
|
|
|
// if ($param['type'] == 1) {
|
|
|
// $is_genghuan = 1;
|
|
|
//// $status = 0;
|
|
|
// } else {
|
|
|
// $is_genghuan = 1;
|
|
|
//// $status = 1;
|
|
|
// }
|
|
|
// }
|
|
|
$res = Db::name('baoxiudan')->where(['id' => $param['id']])->update(
|
|
|
[
|
|
|
// 'is_genghuan' => $is_genghuan,
|
|
|
'price' => $param['type'],
|
|
|
// 'status' => $status,
|
|
|
// 'repair_type' => 1,
|
|
|
]
|
|
|
);
|
|
|
if ($res) {
|
...
|
...
|
|