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

个人中心接口设计

... ... @@ -146,7 +146,7 @@ class UserController extends RestBaseController
Db::name('order')
->where('id',$param['id'])
->update(['status'=>6,'to_user_status'=>3,'to_post_status'=>3]);
$this->success('操作成功');
$this->success('操作成功',$result);
}
/**
... ...