作者 潘浩文
1 个管道 的构建 通过 耗费 1 秒

个人中心接口设计

... ... @@ -194,6 +194,10 @@ class UserController extends RestBaseController
Db::name('order')
->where('id', $param['id'])
->update(['status' => 5, 'proof' => $param['proof']]);
}elseif ($status==3){
$this->error('第一次审核中');
} elseif ($status==5){
$this->error(['code'=>40001,'msg'=>'第二次审核中']);
}
$this->success('操作成功');
}
... ...
... ... @@ -94,7 +94,6 @@
<in name="vo.status" value="1,6,8">
<a href="{:url('AdminPost/delete',array('id'=>$vo['id']))}" class="js-ajax-dialog-btn">删除</a>
</in>
</td>
</tr>
</foreach>
... ...