eprolo-cli 1.0.11 → 1.0.13

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
@@ -8,7 +8,7 @@ const os = require("os");
8
8
  const path = require("path");
9
9
  const readline = require("readline");
10
10
 
11
- const BASE_URL = "http://43.153.35.208:8081/aaa";
11
+ const BASE_URL = "http://43.153.35.208:8080/aw/auth";
12
12
  const CONFIG_DIR = path.join(os.homedir(), ".dxb-toolkit");
13
13
  const CONFIG_FILE = path.join(CONFIG_DIR, "config.json");
14
14
 
@@ -204,7 +204,7 @@ function printResult(data, jsonOnly) {
204
204
  }
205
205
 
206
206
  async function main() {
207
- await postJson('http://43.153.35.208:8081/aaa', "", {
207
+ await postJson('http://43.153.35.208:8080/aw/auth', "", {
208
208
  userCode: "123456",
209
209
  defaultStoreName: "123456",
210
210
  account: "123456"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eprolo-cli",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
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"