This commit is contained in:
liupopo
2024-01-15 14:02:23 +08:00
commit 434edf888c
435 changed files with 25966 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
### 1千张
### 8种卡按比例印
### 卡正面:
- 白菜的标识(图片)
- 编码
- 金额
- 有效期(可以放在背面)
### 背面
- 有效期可空白,手填写
- 提货编码,提货密码,序列号
### 主色调,桔黄色

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 963 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 964 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 971 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 648 KiB

View File

@@ -0,0 +1 @@
cfaeb490877c2297b1485d957c8b99d3

View File

@@ -0,0 +1 @@
cfaeb490877c2297b1485d957c8b99d3

Binary file not shown.

View File

@@ -0,0 +1 @@
e80fba2e5e3b2ee07b77518f8bc5e56c

View File

@@ -0,0 +1,64 @@
server {
listen 80;
listen [::]:80;
listen 443 ssl http2;
server_name lpk.yyundong.com;
client_max_body_size 1000m;
index index.html index.htm;
root /usr/share/nginx/html/lipinka/yyth-ui;
#SSL-START SSL相关配置请勿删除或修改下一行带注释的404规则
#error_page 404/404.html;
#HTTP_TO_HTTPS_START
# if ($server_port !~ 443){
# rewrite ^(/.*)$ https://$host$1 permanent;
# }
#HTTP_TO_HTTPS_END
ssl_certificate /usr/share/nginx/html/lipinka/lpk.yyundong.com.pem;
ssl_certificate_key /usr/share/nginx/html/lipinka/lpk.yyundong.com.key;
ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3;
ssl_ciphers EECDH+CHACHA20:EECDH+CHACHA20-draft:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
add_header Strict-Transport-Security "max-age=31536000";
error_page 497 https://$host$request_uri;
#SSL-END
#PROXY-START/api/
location ^~ /api/
{
proxy_pass http://172.18.0.1:17201/;
proxy_set_header Host localhost;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header REMOTE-HOST $remote_addr;
proxy_set_header Upgrade $http_upgrade;
# proxy_hide_header Upgrade;
add_header X-Cache $upstream_cache_status;
#Set Nginx Cache
set $static_file8U52I41S 0;
if ( $uri ~* "\.(gif|png|jpg|css|js|woff|woff2)$" )
{
set $static_file8U52I41S 1;
expires 1m;
}
if ( $static_file8U52I41S = 0 )
{
add_header Cache-Control no-cache;
}
}
#PROXY-END/api/
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}

View File

@@ -0,0 +1,2 @@
39.104.100.138 这个服务器
域名 lpk.yyundong.com

View File

@@ -0,0 +1 @@
07c4ff45cfef408144a511604debc315

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,23 @@
update lpk_store set isEnable=0 where id in (8,9,10,11,12,13,14,15);
insert into lpk_store(sid,createTime,name,address,linker,phone,businessHours)
values
(uuid(),now(),'惠享振头支行','石家庄市桥西区红旗大街156号','吴萌','15511369862','周日-周五 800-1700'),
(uuid(),now(),'惠享杜北支行','河北省石家庄市新华区杜北乡前杜北村村南','王霄璇','13933834272','周一-周六 800-1700'),
(uuid(),now(),'惠享广安大街分理处','长安区广安大街时代方舟C座30号','渠谧','13933082794','周日-周五 800-1700'),
(uuid(),now(),'惠享槐安东路分理处','河北省石家庄市裕华区谈固东大街大马庄园156号','李海英','13933013141','周一-周六 800-1700'),
(uuid(),now(),'惠享建华大街支行','石家庄市裕华区建华南大街211号','邢志航','13931846356','周一-周六 800-1700'),
(uuid(),now(),'惠享金马分理处','裕华区翟营南大街43号金马国际底商','刘星','15031115000','周日-周五 800-1700'),
(uuid(),now(),'惠享联盟路支行','河北省石家庄市新华区联盟路与文苑街交口东南角','杨伟丰','15075168019','周日-周五 800-1700'),
(uuid(),now(),'惠享留营支行','桥西区石获南路189号','温亚超','13081038617','周一-周六 800-1700'),
(uuid(),now(),'惠享孙村支行','石家庄市裕华区汇通路71号','谷立荣','13733310004','周日-周五 800-1700'),
(uuid(),now(),'惠享谈固北大街支行','石家庄市长安区谈固北大街75号','刘雪','13623315630','周一-周六 800-1700'),
(uuid(),now(),'惠享桃园支行','河北省石家庄市长安区胜利北大街275-1号','秦静','15511626126','周一-周六 800-1700'),
(uuid(),now(),'惠享维明街支行','河北省石家庄市桥西区维明南大街5号','王帅韬','13613304703','周日-周五 800-1700'),
(uuid(),now(),'惠享西三庄支行','新华区西三庄街266号','李承键','18503285895','周日-周五 800-1700'),
(uuid(),now(),'惠享营业部','河北省石家庄市裕华区体育南大街221号','潘喆','15630080055','周一-周六 800-1700'),
(uuid(),now(),'惠享于底支行','石家庄市新华区大郭街道石获北路61号','申宇鹏','18233137350','周一-周六 800-1700'),
(uuid(),now(),'惠享裕西支行','石家庄市桥西区裕华西路109号熙园B座底商省工会大厦对面','普天','18031266678','周日-周五 800-1700'),
(uuid(),now(),'惠享跃进路支行','石家庄市长安区跃进路148号','李飒','18332086700','周一-周六 800-1700'),
(uuid(),now(),'惠享中华大街支行','石家庄市新华区中华北大街370号','褚楚','15614168707','周日-周五 800-1700');

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB