312 lines
36 KiB
XML
312 lines
36 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="AutoImportSettings">
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="7a302432-88ff-4688-b881-940ab700167c" name="Changes" comment="拼团">
|
|
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-common/src/main/java/com/bwie/common/domain/Team.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/pom.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/AuthenApp.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/controller/AuthenController.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/service/AuthenService.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/service/AuthenServiceImpl.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/util/AliveUtil.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/util/IdCheckUtil.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/util/OCRUtil.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/util/OSSupload.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/util/ThreadPoolExecutorConfig.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/AliveData.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/AliveMotions.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/AliveReq.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/AliveRes.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/AuthenReq.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/IdCheckReq.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/IdCheckResponse.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/IdData.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/OCRConfig.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/OCRReq.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/java/com/bwie/authen/vo/OCRResponse.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/resources/bootstrap.yml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-authen/src/main/resources/mapper/SysMapper.xml" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/TeamApp.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/controller/BackController.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/mapper/BackMapper.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/service/BackService.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/service/impl/BackServiceImpl.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/vo/AddGroup.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/vo/Goods.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/vo/GoodsSku.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/vo/GroupSku.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/vo/SkuBack.java" afterDir="false" />
|
|
<change afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/resources/mapper/BackMapper.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/bwie-modules/bwie-team/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/pom.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/controller/TeamController.java" beforeDir="false" afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/controller/TeamController.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/mapper/TeamMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/mapper/TeamMapper.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/service/TeamService.java" beforeDir="false" afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/service/TeamService.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/service/TeamServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/java/com/bwie/team/service/impl/TeamServiceImpl.java" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/resources/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/resources/bootstrap.yml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/resources/mapper/TeamMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/bwie-modules/bwie-team/src/main/resources/mapper/TeamMapper.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/bwie-modules/bwie-xxl/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/bwie-modules/bwie-xxl/pom.xml" afterDir="false" />
|
|
<change beforePath="$PROJECT_DIR$/bwie-modules/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/bwie-modules/pom.xml" afterDir="false" />
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
</component>
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<option value="Mapper" />
|
|
<option value="Interface" />
|
|
<option value="Class" />
|
|
</list>
|
|
</option>
|
|
</component>
|
|
<component name="Git.Settings">
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
|
</component>
|
|
<component name="MavenImportPreferences">
|
|
<option name="generalSettings">
|
|
<MavenGeneralSettings>
|
|
<option name="localRepository" value="D:\maven_repository" />
|
|
<option name="mavenHome" value="$PROJECT_DIR$/../../apache-maven-3.6.1" />
|
|
<option name="userSettingsFile" value="D:\apache-maven-3.6.1\conf\settings.xml" />
|
|
</MavenGeneralSettings>
|
|
</option>
|
|
<option name="importingSettings">
|
|
<MavenImportingSettings>
|
|
<option name="jdkForImporter" value="1.8" />
|
|
</MavenImportingSettings>
|
|
</option>
|
|
</component>
|
|
<component name="MavenRunner">
|
|
<option name="jreName" value="1.8" />
|
|
</component>
|
|
<component name="ProjectColorInfo">{
|
|
"customColor": "",
|
|
"associatedIndex": 5
|
|
}</component>
|
|
<component name="ProjectId" id="2fRB8DjXoWB3AzOp9L7KqviKSmR" />
|
|
<component name="ProjectViewState">
|
|
<option name="showLibraryContents" value="true" />
|
|
<option name="showVisibilityIcons" value="true" />
|
|
</component>
|
|
<component name="PropertiesComponent">{
|
|
"keyToString": {
|
|
"ApiPost:METDOD_SEND_RECORD:bwie-authen": "{\"/idCheck\":[{\"url\":\"http://localhost:9004/idCheck\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"idCardNo\\\": \\\"411081200302168389\\\",\\n \\\"name\\\": \\\"李钇嘉\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9004/idCheck\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Apr 29 10:06:27 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dInternal Server Error, status\\u003d500).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":4.0,\"day\":29.0},\"time\":{\"hour\":10.0,\"minute\":6.0,\"second\":27.0,\"nano\":7.567307E8}}},{\"url\":\"http://localhost:9004/idCheck\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"idCardNo\\\": \\\"411081200302168389\\\",\\n \\\"name\\\": \\\"李钇嘉\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9004/idCheck\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Apr 29 10:15:45 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dInternal Server Error, status\\u003d500).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":4.0,\"day\":29.0},\"time\":{\"hour\":10.0,\"minute\":15.0,\"second\":46.0,\"nano\":1.59574E7}}},{\"url\":\"http://localhost:9004/idCheck\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"idCardNo\\\": \\\"411081200302168389\\\",\\n \\\"name\\\": \\\"李钇嘉\\\"\\n}\",\"responseBody\":\"There was an error accessing to URL: http://localhost:9004/idCheck\\n\\n\\u003chtml\\u003e\\u003cbody\\u003e\\u003ch1\\u003eWhitelabel Error Page\\u003c/h1\\u003e\\u003cp\\u003eThis application has no explicit mapping for /error, so you are seeing this as a fallback.\\u003c/p\\u003e\\u003cdiv id\\u003d\\u0027created\\u0027\\u003eMon Apr 29 14:03:32 CST 2024\\u003c/div\\u003e\\u003cdiv\\u003eThere was an unexpected error (type\\u003dInternal Server Error, status\\u003d500).\\u003c/div\\u003e\\u003c/body\\u003e\\u003c/html\\u003e\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":4.0,\"day\":29.0},\"time\":{\"hour\":14.0,\"minute\":3.0,\"second\":32.0,\"nano\":7.703802E8}}},{\"url\":\"http://localhost:9004/idCheck\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"idCardNo\\\": \\\"411081200302168389\\\",\\n \\\"name\\\": \\\"李钇嘉\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": {\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"成功\\\",\\n \\\"taskNo\\\": \\\"663843486174044791931896\\\",\\n \\\"result\\\": null,\\n \\\"desc\\\": null,\\n \\\"sex\\\": null,\\n \\\"birthday\\\": null,\\n \\\"address\\\": null\\n },\\n \\\"error\\\": false,\\n \\\"success\\\": true\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":4.0,\"day\":29.0},\"time\":{\"hour\":14.0,\"minute\":5.0,\"second\":48.0,\"nano\":3.09192E8}}},{\"url\":\"http://localhost:9004/idCheck\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"idCardNo\\\": \\\"411081200302168389\\\",\\n \\\"name\\\": \\\"李钇嘉\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": {\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"成功\\\",\\n \\\"taskNo\\\": \\\"867698344153659306553319\\\",\\n \\\"idData\\\": null\\n },\\n \\\"error\\\": false,\\n \\\"success\\\": true\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":4.0,\"day\":29.0},\"time\":{\"hour\":14.0,\"minute\":9.0,\"second\":29.0,\"nano\":7.284228E8}}},{\"url\":\"http://localhost:9004/idCheck\",\"header\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"{\\n \\\"idCardNo\\\": \\\"411081200302168389\\\",\\n \\\"name\\\": \\\"李钇嘉\\\"\\n}\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": {\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"成功\\\",\\n \\\"taskNo\\\": \\\"409172600199511881183288\\\",\\n \\\"idData\\\": {\\n \\\"result\\\": 0,\\n \\\"desc\\\": \\\"一致\\\",\\n \\\"sex\\\": \\\"女\\\",\\n \\\"birthday\\\": \\\"20030216\\\",\\n \\\"address\\\": \\\"河南省许昌市禹州市\\\"\\n },\\n \\\"data\\\": \\\"{\\\\\\\"result\\\\\\\":0,\\\\\\\"birthday\\\\\\\":\\\\\\\"20030216\\\\\\\",\\\\\\\"address\\\\\\\":\\\\\\\"河南省许昌市禹州市\\\\\\\",\\\\\\\"sex\\\\\\\":\\\\\\\"女\\\\\\\",\\\\\\\"desc\\\\\\\":\\\\\\\"一致\\\\\\\"}\\\"\\n },\\n \\\"error\\\": false,\\n \\\"success\\\": true\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024,\"month\":4,\"day\":29},\"time\":{\"hour\":14,\"minute\":11,\"second\":39,\"nano\":695112400}}}]}",
|
|
"ApiPost:METDOD_SEND_RECORD:bwie-team": "{\"/findSpu\":[{\"url\":\"http://localhost:9004/findSpu\",\"header\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1.0,\"key\":\"spuId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Long\",\"value\":\"7\"},{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1.0,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": {\\n \\\"gg\\\": [\\n {\\n \\\"url\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"defaultStatus\\\": 1\\n },\\n {\\n \\\"url\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/9abdcf3c-d5cc-4349-8fe0-d47f23909708_eda8c4c43653595f (1).jpg\\\",\\n \\\"defaultStatus\\\": 0\\n },\\n {\\n \\\"url\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"defaultStatus\\\": 1\\n },\\n {\\n \\\"url\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/9abdcf3c-d5cc-4349-8fe0-d47f23909708_eda8c4c43653595f (1).jpg\\\",\\n \\\"defaultStatus\\\": 0\\n }\\n ],\\n \\\"skus\\\": [\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"price\\\": 5000.0000,\\n \\\"weight\\\": 500,\\n \\\"attrValues\\\": null\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"price\\\": 5000.0000,\\n \\\"weight\\\": 500,\\n \\\"attrValues\\\": null\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"price\\\": 5000.0000,\\n \\\"weight\\\": 500,\\n \\\"attrValues\\\": null\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/f053e068-e43d-46e7-8d67-4964abb240eb_802254cca298ae79 (1).jpg\\\",\\n \\\"price\\\": 6000.0000,\\n \\\"weight\\\": 510,\\n \\\"attrValues\\\": null\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/f053e068-e43d-46e7-8d67-4964abb240eb_802254cca298ae79 (1).jpg\\\",\\n \\\"price\\\": 6000.0000,\\n \\\"weight\\\": 510,\\n \\\"attrValues\\\": null\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/f053e068-e43d-46e7-8d67-4964abb240eb_802254cca298ae79 (1).jpg\\\",\\n \\\"price\\\": 6000.0000,\\n \\\"weight\\\": 510,\\n \\\"attrValues\\\": null\\n }\\n ]\\n },\\n \\\"error\\\": false,\\n \\\"success\\\": true\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024.0,\"month\":4.0,\"day\":24.0},\"time\":{\"hour\":14.0,\"minute\":44.0,\"second\":42.0,\"nano\":8.524269E8}}},{\"url\":\"http://localhost:9004/findSpu\",\"header\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"query\":[{\"is_checked\":1,\"key\":\"spuId\",\"type\":\"Text\",\"not_null\":\"1\",\"field_type\":\"Long\",\"value\":\"7\"},{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"rest\":[{\"is_checked\":1,\"type\":\"Text\",\"value\":\"\"}],\"requestBody\":\"\",\"responseBody\":\"{\\n \\\"code\\\": 200,\\n \\\"msg\\\": \\\"操作成功\\\",\\n \\\"data\\\": {\\n \\\"gg\\\": [\\n {\\n \\\"url\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"defaultStatus\\\": 1\\n },\\n {\\n \\\"url\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/9abdcf3c-d5cc-4349-8fe0-d47f23909708_eda8c4c43653595f (1).jpg\\\",\\n \\\"defaultStatus\\\": 0\\n },\\n {\\n \\\"url\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"defaultStatus\\\": 1\\n },\\n {\\n \\\"url\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/9abdcf3c-d5cc-4349-8fe0-d47f23909708_eda8c4c43653595f (1).jpg\\\",\\n \\\"defaultStatus\\\": 0\\n }\\n ],\\n \\\"skus\\\": [\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"price\\\": 5000.0000,\\n \\\"weight\\\": 500,\\n \\\"attrName\\\": \\\"机身颜色\\\",\\n \\\"attrValue\\\": \\\"黑色\\\"\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"price\\\": 5000.0000,\\n \\\"weight\\\": 500,\\n \\\"attrName\\\": \\\"运行内存\\\",\\n \\\"attrValue\\\": \\\"8G\\\"\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/a3a0a224-caad-4af2-8eec-f62c0e49a51f_e9ad9735fc3f0686.jpg\\\",\\n \\\"price\\\": 5000.0000,\\n \\\"weight\\\": 500,\\n \\\"attrName\\\": \\\"机身存储\\\",\\n \\\"attrValue\\\": \\\"128G\\\"\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/f053e068-e43d-46e7-8d67-4964abb240eb_802254cca298ae79 (1).jpg\\\",\\n \\\"price\\\": 6000.0000,\\n \\\"weight\\\": 510,\\n \\\"attrName\\\": \\\"机身颜色\\\",\\n \\\"attrValue\\\": \\\"黑色\\\"\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/f053e068-e43d-46e7-8d67-4964abb240eb_802254cca298ae79 (1).jpg\\\",\\n \\\"price\\\": 6000.0000,\\n \\\"weight\\\": 510,\\n \\\"attrName\\\": \\\"运行内存\\\",\\n \\\"attrValue\\\": \\\"8G\\\"\\n },\\n {\\n \\\"defaultImage\\\": \\\"https://ggmall.oss-cn-shanghai.aliyuncs.com/2020-03-21/f053e068-e43d-46e7-8d67-4964abb240eb_802254cca298ae79 (1).jpg\\\",\\n \\\"price\\\": 6000.0000,\\n \\\"weight\\\": 510,\\n \\\"attrName\\\": \\\"机身存储\\\",\\n \\\"attrValue\\\": \\\"256G\\\"\\n }\\n ]\\n },\\n \\\"error\\\": false,\\n \\\"success\\\": true\\n}\",\"selectedItem\":\"POST\",\"time\":{\"date\":{\"year\":2024,\"month\":4,\"day\":24},\"time\":{\"hour\":15,\"minute\":0,\"second\":29,\"nano\":493600900}}}]}",
|
|
"RequestMappingsPanelOrder0": "0",
|
|
"RequestMappingsPanelOrder1": "1",
|
|
"RequestMappingsPanelWidth0": "75",
|
|
"RequestMappingsPanelWidth1": "75",
|
|
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
"WebServerToolWindowFactoryState": "false",
|
|
"git-widget-placeholder": "master",
|
|
"jdk.selected.JAVA_MODULE": "17",
|
|
"last_opened_file_path": "D:/bwie/专高五资料2/java/pri_month",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.detected.package.tslint": "true",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
"node.js.selected.package.tslint": "(autodetect)",
|
|
"project.structure.last.edited": "Project",
|
|
"project.structure.proportion": "0.15",
|
|
"project.structure.side.proportion": "0.3264368",
|
|
"settings.editor.selected.configurable": "MavenSettings",
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}</component>
|
|
<component name="ReactorSettings">
|
|
<option name="notificationShown" value="true" />
|
|
</component>
|
|
<component name="RecentsManager">
|
|
<key name="CreateClassDialog.RecentsKey">
|
|
<recent name="com.bwie.authen.vo" />
|
|
</key>
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
<recent name="D:\java_jia\shopping_project\bwie-modules\bwie-authen\src\main\resources" />
|
|
<recent name="D:\java_jia\shopping_project\bwie-modules\bwie-system\bwie-authen\src\main\java\com\bwie" />
|
|
<recent name="D:\java_jia\shopping_project\bwie-modules\bwie-team\src\main\resources" />
|
|
<recent name="D:\java_jia\shopping_project\bwie-modules\bwie-team\src\main\java\com\bwie" />
|
|
<recent name="D:\java_jia\shopping_project\bwie-modules\bwie-xxl\src\main\java\com\bwie\xxl" />
|
|
</key>
|
|
<key name="MoveFile.RECENT_KEYS">
|
|
<recent name="D:\java_jia\shopping_project\bwie-modules\bwie-authen\src\main\java\com\bwie\authen\util" />
|
|
<recent name="D:\java_jia\shopping_project\bwie-modules" />
|
|
</key>
|
|
<key name="CopyClassDialog.RECENTS_KEY">
|
|
<recent name="com.bwie.authen.util" />
|
|
</key>
|
|
</component>
|
|
<component name="RunDashboard">
|
|
<option name="configurationTypes">
|
|
<set>
|
|
<option value="SpringBootApplicationConfigurationType" />
|
|
</set>
|
|
</option>
|
|
</component>
|
|
<component name="RunManager" selected="Spring Boot.AuthenApp">
|
|
<configuration name="AuthenApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
<module name="bwie-authen" />
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.authen.AuthenApp" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="com.bwie.authen.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="TeamApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
<module name="bwie-team" />
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.team.TeamApp" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="com.bwie.team.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<configuration name="XxlApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
|
|
<module name="bwie-xxl" />
|
|
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bwie.xxl.XxlApp" />
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<option name="PATTERN" value="com.bwie.xxl.*" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</extension>
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<list>
|
|
<item itemvalue="Spring Boot.AuthenApp" />
|
|
<item itemvalue="Spring Boot.TeamApp" />
|
|
<item itemvalue="Spring Boot.XxlApp" />
|
|
</list>
|
|
</recent_temporary>
|
|
</component>
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
<component name="TaskManager">
|
|
<task active="true" id="Default" summary="Default task">
|
|
<changelist id="7a302432-88ff-4688-b881-940ab700167c" name="Changes" comment="" />
|
|
<created>1713753850132</created>
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1713753850132</updated>
|
|
<workItem from="1713753852580" duration="8323000" />
|
|
<workItem from="1713840035058" duration="5512000" />
|
|
<workItem from="1713924145056" duration="13379000" />
|
|
<workItem from="1713957096321" duration="3852000" />
|
|
<workItem from="1714024966802" duration="920000" />
|
|
<workItem from="1714128909549" duration="711000" />
|
|
<workItem from="1714181292605" duration="4476000" />
|
|
<workItem from="1714224991312" duration="3736000" />
|
|
<workItem from="1714266386602" duration="16698000" />
|
|
<workItem from="1714303815786" duration="1653000" />
|
|
<workItem from="1714305763870" duration="6629000" />
|
|
<workItem from="1714355985326" duration="15054000" />
|
|
<workItem from="1714393574470" duration="2656000" />
|
|
<workItem from="1714440386335" duration="3954000" />
|
|
<workItem from="1714526011728" duration="2486000" />
|
|
</task>
|
|
<task id="LOCAL-00001" summary="拼团">
|
|
<option name="closed" value="true" />
|
|
<created>1713854151245</created>
|
|
<option name="number" value="00001" />
|
|
<option name="presentableId" value="LOCAL-00001" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1713854151245</updated>
|
|
</task>
|
|
<option name="localTasksCounter" value="2" />
|
|
<servers />
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<option name="version" value="3" />
|
|
</component>
|
|
<component name="Vcs.Log.Tabs.Properties">
|
|
<option name="OPEN_GENERIC_TABS">
|
|
<map>
|
|
<entry key="4f0a3991-43a6-4b24-b505-b1c8c343fad9" value="TOOL_WINDOW" />
|
|
<entry key="51097d0a-6559-4419-a99a-8f99626b0357" value="TOOL_WINDOW" />
|
|
</map>
|
|
</option>
|
|
<option name="TAB_STATES">
|
|
<map>
|
|
<entry key="4f0a3991-43a6-4b24-b505-b1c8c343fad9">
|
|
<value>
|
|
<State>
|
|
<option name="FILTERS">
|
|
<map>
|
|
<entry key="branch">
|
|
<value>
|
|
<list>
|
|
<option value="HEAD" />
|
|
</list>
|
|
</value>
|
|
</entry>
|
|
<entry key="roots">
|
|
<value>
|
|
<list>
|
|
<option value="$PROJECT_DIR$" />
|
|
</list>
|
|
</value>
|
|
</entry>
|
|
</map>
|
|
</option>
|
|
<option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
|
|
</State>
|
|
</value>
|
|
</entry>
|
|
<entry key="51097d0a-6559-4419-a99a-8f99626b0357">
|
|
<value>
|
|
<State>
|
|
<option name="FILTERS">
|
|
<map>
|
|
<entry key="branch">
|
|
<value>
|
|
<list>
|
|
<option value="HEAD" />
|
|
</list>
|
|
</value>
|
|
</entry>
|
|
<entry key="structure">
|
|
<value>
|
|
<list>
|
|
<option value="dir:D:/java_jia/shopping_project/bwie-modules/bwie-authen" />
|
|
</list>
|
|
</value>
|
|
</entry>
|
|
</map>
|
|
</option>
|
|
<option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
|
|
</State>
|
|
</value>
|
|
</entry>
|
|
<entry key="MAIN">
|
|
<value>
|
|
<State />
|
|
</value>
|
|
</entry>
|
|
</map>
|
|
</option>
|
|
</component>
|
|
<component name="VcsManagerConfiguration">
|
|
<MESSAGE value="拼团" />
|
|
<option name="LAST_COMMIT_MESSAGE" value="拼团" />
|
|
</component>
|
|
</project> |