feat: 切换到商户号子账号登录端点 + 项目清理
- AuthService: 改用 http://common.apifm.com/loginAdmin/operator/v2 商户号登录 * 验证码和登录统一使用该主机以保持 JSESSIONID 一致 * 改用 FormUrlEncodedContent POST body * 未配置 MerchantId 时回退到旧的 pdomain 登录方式 - AppConfig: 新增 MerchantId 配置项 - App.config: 新增 MerchantId=15073 - LoginViewModel: captchaKey 由 GUID 改为 JS Math.random 风格 0.xxx - setup.iss: 修复 GBK 编码损坏导致的字符串未闭合错误,改为 UTF-8 BOM - README: 更新配置示例与相关文档链接 - .gitignore: 忽略 .env 本地密钥文件 - 清理过时/无关文档与未引用的 SFX 打包脚本
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
; Inno Setup Script for 包装商城发货助手
|
||||
; Inno Setup Script for 包装商城发货助手
|
||||
; Requires Inno Setup 6.x
|
||||
|
||||
#define MyAppName "包装商城发货助手"
|
||||
#define MyAppVersion "1.0.1"
|
||||
#define MyAppVersion "1.0.2"
|
||||
#define MyAppPublisher "PackagingMall"
|
||||
#define MyAppExeName "PackagingMallShipper.exe"
|
||||
|
||||
@@ -131,4 +131,4 @@ begin
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
Reference in New Issue
Block a user