eprolo-cli 1.0.30 → 1.0.31

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
@@ -213,7 +213,7 @@ async function authVerify(argv) {
213
213
  config.userCode;
214
214
 
215
215
  try {
216
- const result = await postJson(VERIFY_URL, { userCode });
216
+ const result = await postJson(VERIFY_URL, { 'openApiKey':userCode });
217
217
  console.log(JSON.stringify({
218
218
  success: true,
219
219
  connected: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eprolo-cli",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
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"