{"Message":"增加钉钉先授权,后绑定逻辑","MessageType":2,"Modules":[{"State":1,"Type":1,"Name":"PCPage/其他登录方式"},{"State":1,"Type":1,"Name":"PCPage/登录画面"},{"State":1,"Type":15,"Name":"ServerCommand/钉钉授权登录"},{"State":1,"Type":15,"Name":"ServerCommand/dingtalkLogin"},{"State":1,"Type":1,"Name":"PCPage/dingtalkLogin"},{"State":3,"Type":15,"Name":"ServerCommand/服务端命令1"},{"State":3,"Type":15,"Name":"ServerCommand/钉钉登录绑定账号并登录"},{"State":3,"Type":1,"Name":"PCPage/绑定账号"}],"Version":"v1"}
This commit is contained in:
@@ -127,22 +127,45 @@
|
||||
{
|
||||
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
|
||||
"ErrorCode": "0",
|
||||
"Message": "登录成功"
|
||||
"Message": "登录成功",
|
||||
"CustomReturns": [
|
||||
{
|
||||
"ReturnPropertyName": "unionid",
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=用户信息.unionid"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ID": "1e2e9225-9a6f-4372-a72f-df5bdf80e57d"
|
||||
"ID": "48ac56d7-0d09-4974-be05-12264d670c4e"
|
||||
},
|
||||
{
|
||||
"CommandList": [
|
||||
{
|
||||
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
|
||||
"ErrorCode": "400",
|
||||
"Message": "请先使用账号登录,前往个人中心绑定钉钉后方可使用钉钉登录。"
|
||||
"ErrorCode": "300",
|
||||
"Message": "请绑定账号后登录",
|
||||
"CustomReturns": [
|
||||
{
|
||||
"ReturnPropertyName": "unionid",
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=用户信息.unionid"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ID": "e3e5479d-4ca5-4c73-821b-9225e1f99b96"
|
||||
"ID": "2aff1f93-355d-4519-a2a8-36479fd08485"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ReturnProperties": [
|
||||
{
|
||||
"Name": "unionid"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user