5.6.1-pub
This commit is contained in:
parent
e109368a8d
commit
ae5be50836
10
package.json
10
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oak-general-business",
|
||||
"version": "5.5.11",
|
||||
"version": "5.6.1",
|
||||
"description": "oak框架中公共业务逻辑的实现",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
|
|
@ -24,10 +24,10 @@
|
|||
"csstype": "^3.1.3",
|
||||
"dayjs": "^1.11.9",
|
||||
"nodemailer": "^6.9.14",
|
||||
"oak-common-aspect": "file:../oak-common-aspect",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-external-sdk": "file:../oak-external-sdk",
|
||||
"oak-frontend-base": "file:../oak-frontend-base",
|
||||
"oak-common-aspect": "^3.0.5",
|
||||
"oak-domain": "^5.1.16",
|
||||
"oak-external-sdk": "^2.3.5",
|
||||
"oak-frontend-base": "^5.3.25",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ import "isomorphic-fetch";
|
|||
import assert from "assert";
|
||||
import { writeFileSync } from "fs-extra";
|
||||
import { FormCreateData } from "oak-domain/lib/types/Entity";
|
||||
import { OpSchema as Area } from "../../src/general-app-domain/Area/Schema";
|
||||
import { OpSchema as Area } from "../../src/oak-app-domain/Area/Schema";
|
||||
|
||||
const KEY = "4f3d4499850ba51429b9dece8cedd8d2";
|
||||
const KEY = process.argv[2];
|
||||
|
||||
async function acquireAmap(keyWords: string, subdistrict: number) {
|
||||
const url = `https://restapi.amap.com/v3/config/district?keywords=${encodeURIComponent(
|
||||
|
|
|
|||
Loading…
Reference in New Issue