Merge branch 'standalone_develop' into pre_trustie_server
This commit is contained in:
commit
f9449a868b
|
@ -9,7 +9,7 @@ class Api::V1::Users::OpenkylinSignController < Api::V1::BaseController
|
|||
|
||||
def create
|
||||
@object_result = Api::V1::Users::OpenkylinSign::CreateService.call(@observe_user, create_params)
|
||||
if @result_object
|
||||
if @object_result
|
||||
return render_ok
|
||||
else
|
||||
return render_error('签署失败!')
|
||||
|
|
Loading…
Reference in New Issue