eprolo-cli 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/eprolo-cli.js CHANGED
@@ -152,7 +152,7 @@ async function login(argv) {
152
152
  }
153
153
 
154
154
  // 校验成功,写凭据文件
155
- const account = accountAlias || verifyResult.account || defaultShop || "unknown";
155
+ const account = accountAlias || verifyResult.accessToken || defaultShop || "unknown";
156
156
  const config = {
157
157
  account, // 顶层明文,框架读它做卡片标签
158
158
  userCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eprolo-cli",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "CLI for Dianxiaobao ICBU AI publishing, authorization profile management, task submission, and task status checks.",
5
5
  "bin": {
6
6
  "eprolo": "bin/eprolo-cli.js"