金蝶云php webapi,金蝶云星空(WebApi集成方式):免密码登录接口

免密码登录方式

首先在金蝶云星空进行第三方登录授权。

第三方系统登录授权

登录接口定义:

/// 第三方系统登录授权

/// 数据中心ID

/// 用户名称

/// 第三方系统应用Id

/// 第三方系统应用秘钥

/// 语言id,中文为2052,中文繁体为3076,英文为1033

///

public string LoginByAppSecret(string dbId, string userName, string appId, string appSecret, int lcid)

返回结果:

{

"Message": null,

"MessageCode": null,

"LoginResultType": 1,// 0 密码错误,1 登录成功, -1 登录失败

"Context":{上下文信息相关}

"KDSVCSessionId": null,

"FormId": null,

"RedirectFormParam": null,

"FormInputObject": null,

"ErrorStackTrace": null,

"

你可能感兴趣的:(金蝶云php,webapi)