修复:cla协议
This commit is contained in:
parent
0cc840f496
commit
d523ab328e
|
@ -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