修复Json数据出错的问题
This commit is contained in:
@@ -67,12 +67,13 @@ namespace Gatedge.K3Cloud.Utils
|
||||
);
|
||||
this._userInfo = User;
|
||||
|
||||
_cloudApi.LoginByAppSecret(
|
||||
DBID,
|
||||
userName,
|
||||
kingdeeOption?.AppID,
|
||||
kingdeeOption?.AppSec,
|
||||
lcId);
|
||||
var loginInfo = _cloudApi.LoginByAppSecret(
|
||||
DBID,
|
||||
userName,
|
||||
kingdeeOption?.AppID,
|
||||
kingdeeOption?.AppSec,
|
||||
lcId
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user