服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-04-01 56f5b01b7fce60a659f18f7c840c0867cd42067a
Tiger.Business.WMS/ERP/WMS_U9C.ApproveMiscShip.cs
ÎļþÃû´Ó Tiger.Business.WMS/ERP/WMS_U9C.CreateMiscShip.cs ÐÞ¸Ä
@@ -44,7 +44,7 @@
                //如果已经登录则不需要再次登录,直接使用传入的token
                if (input.IsLogin)
                {
                    var u9CLoginResult = await HttpHelper.GetAsync<U9CLoginResult>($"{U9CAuthLoginUrl}userCode={input.userId}{secret}");
                    var u9CLoginResult = await HttpHelper.GetAsync<U9CLoginResult>($"{U9CAuthLoginUrl}userCode={Reviewer}{secret}");
                    if (u9CLoginResult.Success)
                    {
                        input.token = u9CLoginResult.Data;