Yansen 1 year ago
parent
commit
051d5d2c09

+ 1
- 1
deploy/.s/1636896505560465-cn-shanghai-stategrid-service-invoice-filling-httpTrigger.json View File

22
       "disableURLInternet": false
22
       "disableURLInternet": false
23
     },
23
     },
24
     "createdTime": "2022-07-18T02:02:16Z",
24
     "createdTime": "2022-07-18T02:02:16Z",
25
-    "lastModifiedTime": "2023-09-12T02:45:10Z",
25
+    "lastModifiedTime": "2024-02-19T08:03:39Z",
26
     "status": null,
26
     "status": null,
27
     "targetArn": null,
27
     "targetArn": null,
28
     "name": "httpTrigger"
28
     "name": "httpTrigger"

+ 3
- 3
deploy/.s/1636896505560465-cn-shanghai-stategrid-service-invoice-filling.json View File

8
     "timeout": 30,
8
     "timeout": 30,
9
     "initializer": "",
9
     "initializer": "",
10
     "initializationTimeout": 3,
10
     "initializationTimeout": 3,
11
-    "codeSize": 69225347,
12
-    "codeChecksum": "6954604591044511436",
11
+    "codeSize": 69225457,
12
+    "codeChecksum": "2971357795404311667",
13
     "memorySize": 1024,
13
     "memorySize": 1024,
14
     "gpuMemorySize": null,
14
     "gpuMemorySize": null,
15
     "environmentVariables": {},
15
     "environmentVariables": {},
16
     "createdTime": "2022-07-18T02:02:16Z",
16
     "createdTime": "2022-07-18T02:02:16Z",
17
-    "lastModifiedTime": "2023-09-12T02:45:06Z",
17
+    "lastModifiedTime": "2024-02-19T08:03:39Z",
18
     "instanceConcurrency": 1,
18
     "instanceConcurrency": 1,
19
     "instanceSoftConcurrency": null,
19
     "instanceSoftConcurrency": null,
20
     "customContainerConfig": null,
20
     "customContainerConfig": null,

+ 1
- 1
deploy/.s/1636896505560465-cn-shanghai-stategrid-service.json View File

12
     },
12
     },
13
     "serviceId": "6e96fa7b-9988-4908-b06a-0aa7e510c881",
13
     "serviceId": "6e96fa7b-9988-4908-b06a-0aa7e510c881",
14
     "createdTime": "2022-02-26T04:50:56Z",
14
     "createdTime": "2022-02-26T04:50:56Z",
15
-    "lastModifiedTime": "2023-09-12T02:45:10Z",
15
+    "lastModifiedTime": "2024-02-19T08:03:39Z",
16
     "vpcConfig": {
16
     "vpcConfig": {
17
       "vpcId": "",
17
       "vpcId": "",
18
       "vSwitchIds": [],
18
       "vSwitchIds": [],

+ 2
- 9
deploy/.s/invoice-filling.stategrid.njyunzhi.com.json View File

22
         "serviceName": "stategrid-service",
22
         "serviceName": "stategrid-service",
23
         "functionName": "invoice-filling",
23
         "functionName": "invoice-filling",
24
         "qualifier": null,
24
         "qualifier": null,
25
-        "methods": [
26
-          "GET",
27
-          "POST",
28
-          "PUT",
29
-          "DELETE",
30
-          "HEAD",
31
-          "OPTIONS"
32
-        ],
25
+        "methods": null,
33
         "rewriteConfig": null,
26
         "rewriteConfig": null,
34
         "innerRewriteConfig": null
27
         "innerRewriteConfig": null
35
       }
28
       }
36
     ]
29
     ]
37
   },
30
   },
38
   "createdTime": "2022-07-18T02:03:47Z",
31
   "createdTime": "2022-07-18T02:03:47Z",
39
-  "lastModifiedTime": "2023-09-12T02:45:10Z",
32
+  "lastModifiedTime": "2024-02-19T08:03:40Z",
40
   "keepFullPath": null,
33
   "keepFullPath": null,
41
   "subdomainCount": null,
34
   "subdomainCount": null,
42
   "wafConfig": null
35
   "wafConfig": null

+ 1
- 1
deploy/s.prod.yaml View File

49
       function:
49
       function:
50
         name: invoice-filling
50
         name: invoice-filling
51
         description: '发票确认'
51
         description: '发票确认'
52
-        codeUri: ../target/invoice-0.0.8.jar
52
+        codeUri: ../target/invoice-0.0.9.jar
53
         runtime: custom
53
         runtime: custom
54
         memorySize: 1024
54
         memorySize: 1024
55
         timeout: 30
55
         timeout: 30

+ 1
- 1
pom.xml View File

10
 	</parent>
10
 	</parent>
11
 	<groupId>com.njyunzhi</groupId>
11
 	<groupId>com.njyunzhi</groupId>
12
 	<artifactId>invoice</artifactId>
12
 	<artifactId>invoice</artifactId>
13
-	<version>0.0.8</version>
13
+	<version>0.0.9</version>
14
 	<name>invoice-fill</name>
14
 	<name>invoice-fill</name>
15
 	<description>发票填报</description>
15
 	<description>发票填报</description>
16
 	<properties>
16
 	<properties>

+ 1
- 0
src/main/resources/application-prod.yml View File

19
     - Content-Disposition
19
     - Content-Disposition
20
   allowHeaders:
20
   allowHeaders:
21
     - Authorization
21
     - Authorization
22
+    - Content-Type
22
   methods:
23
   methods:
23
     - GET
24
     - GET
24
     - POST
25
     - POST